FolderPropertyNames Simple 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 FolderPropertyNames simple type is a set of folder properties against which rules can be authored.
<xs:simpleType name="FolderPropertyNames">
<xs:restriction
base="string"
>
<xs:enumeration
value="DateCreated"
/>
<xs:enumeration
value="DateModified"
/>
<xs:enumeration
value="Attributes"
/>
</xs:restriction>
</xs:simpleType>
Enumeration
The following values are defined by the FolderPropertyNames simple type:
Value | Description |
---|---|
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. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items