ExcludeFiles Property

MCManager API

Comma separated string list of filenames to exclude.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string ExcludeFiles { set; }
Visual Basic (Declaration)
Public WriteOnly Property ExcludeFiles As String
Visual C++
public:
property String^ ExcludeFiles {
	void set (String^ value);
}

See Also