FileFilterType SimpleType
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
The FileFilterType simple type is a filter string for a file in Configuration Manager 2007. The string can contain wildcards such as “*” and “?”.
“*” matches 0 or more characters (file* will match file, file1, file123, file123.txt, and so on).
“?” matches exactly 1 character (file? will match file1, file2, but will not match file or file123).
<xs:simpleType name="FileFilterType">
<xs:restriction
base="string"
>
<xs:minLength
value="1"
/>
</xs:restriction>
</xs:simpleType>
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items