FolderPathType 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 FolderPathType simple type is a local file system path to a folder.

This type can contain environment variables.

<xs:simpleType name="FolderPathType">
    <xs:restriction
        base="string"
    >
        <xs:minLength
            value="3"
         />
    </xs:restriction>
</xs:simpleType>

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items