Click or drag to resize

CTInterface.FiletypeFilterArgs.AddFilter 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: System.String
Filename filter eg. "*.zip"
description
Type: System.String
Description of the filter eg. "ZIP Compressed Documents"
See Also