ZosNameFilters
The ZosNameFilters object is a collection of all name filters for a folder. This object is obtained using the Filters property of the ZosDataSetFolder object or the Filters property of the ZosChangeManInstance object.
ZosNameFilters Properties
ZosNameFilters exposes the following properties:
| Property | Type | R/W | Description | 
|---|---|---|---|
| Item (varIndex) | String | R | Filter with specified index or data set name pattern. | 
| Count | Integer (long) | R | Number of objects in collection. | 
...
ZosNameFilters Methods
ZosNameFilters exposes the following methods:
Refresh Method
Refreshes collection.
Refresh ()
Add Method
Adds a new file extension definition.
Add(
    strDataSetName
    )
Remove Method
Deletes a filter, specified by index or data set name pattern.
Remove (
    varIndex
    )
...