FileSelector Constructor (selectionCriteria)

DotNetZip

Ionic Zip Library v1.9.1.6 FileSelector Constructor (selectionCriteria)
ReferenceIonicFileSelectorFileSelector(String)
Constructor that allows the caller to specify file selection criteria.
Declaration Syntax
C# Visual Basic Visual C++
public FileSelector(
	string selectionCriteria
)
Public Sub New ( _
	selectionCriteria As String _
)
public:
FileSelector(
	String^ selectionCriteria
)
Parameters
selectionCriteria (String)
The criteria for file selection.
Remarks

This constructor allows the caller to specify a set of criteria for selection of files.

See SelectionCriteria for a description of the syntax of the selectionCriteria string.

By default the FileSelector will traverse NTFS Reparse Points. To change this, use FileSelector(String, bool).

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)