Enterprise Administration > Part Creation Utility > Using Elements to Create XML Scripts > Folder Specification > The <FolderCriteria> Element
  
The <FolderCriteria> Element
The <FolderCriteria> element is a container for all of the individual <FolderCondition> elements in the <FolderSpec> element. You can create multiple <FolderCriteria> elements in a <FolderSpec> element.
Attribute
Definition and Usage
Join
The <FolderCriteria> element can contain multiple <FolderCondition> statements or elements. The Join attribute specifies if the system selects CAD Documents that meet all of the criteria or any of the criteria.
Values:
“And”--the system only selects CAD Documents that meet ALL of the criteria specified in the <FolderCondition> elements.
“Or”--the system selects CAD Documents that meet ANY of the conditions specified in the <FolderCondition> elements.
Usage Example
The following <FolderCriteria> statement specifies that the system should select CAD Documents that meet any of the conditions contained with in multiple <FolderCondition> elements.
<FolderCriteria ConditionJoin="Or">

.

.

</FolderCriteria>