| CTInterfaceFiletypeFilterArgsAddFilter Method |
Adds new file filter to add files -dialog in CUSTOMTOOLS Import.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public void AddFilter(
string filter,
string description
)
Public Sub AddFilter (
filter As String,
description As String
)
Parameters
- filter
- Type: SystemString
Filename filter eg. "*.zip" - description
- Type: SystemString
Description of the filter eg. "ZIP Compressed Documents"
See Also