Enterprise Administration > Part Creation Utility > Using Elements to Create XML Scripts > Folder Specification > The <FolderSpec> Element
  
The <FolderSpec> Element
The <FolderSpec> element is a container with one or more <FolderCriteria> elements. The <FolderSpec> element allows you to enter criteria for selecting CAD Documents based on one or more folder locations. This element contains both the <FolderCriteria> and the <FolderCondition> tags.
The <FolderSpec> element uses the following attribute.
Attribute
Definition and Usage
CriteriaJoin
The <FolderSpec> container can contain multiple <FolderCriteria> elements. The CriteriaJoin 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 <FolderCriteria> element.
“Or”--the system selects CAD Documents that meet ANY of the conditions specified in the <FolderCriteria> element.
Usage Example
This example selects CAD Documents that meet ANY of the conditions specified in the <FolderCriteria> element for the <FolderSpec> element.
<FolderSpec CriteriaJoin="Or">

.

.

</FolderSpec>