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


Send comments about this topic to Microsoft.