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.
<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
Send comments about this topic to Microsoft.