Click or drag to resize

CTInterfaceFiletypeFilterArgsAddFilter Method

Adds new file filter to add files -dialog in CUSTOMTOOLS Import.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void AddFilter(
	string filter,
	string description
)

Parameters

filter
Type: SystemString
Filename filter eg. "*.zip"
description
Type: SystemString
Description of the filter eg. "ZIP Compressed Documents"
See Also