ExcludeFilePattern Property

MCManager API

Regexp pattern that is used to deny files path parts.

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

Syntax

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

See Also