FolderPropertiesType Complex Type

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, the FolderPropertiesType complex type is a grouping type for defining the properties on a file against which rules can be authored, including:

DateCreated – the creation DateTime of the file.

DateModified – the last modified DateTime of the file.

Attributes – the attributes of the file as defined by the FolderAndFileAttributesEnumeration type.

<xs:complexType name="FolderPropertiesType">
    <xs:sequence>
        <xs:group
            ref="FolderAndFileCommonPropertiesGroup"
         />
        <xs:any
            processContents="skip"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:sequence>
</xs:complexType>

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items