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) Version: 25.0
Syntax
public void AddFilter(
	string filter,
	string description
)

Parameters

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