OnlyDirs Property

MCManager API

Only dirs are to be accepted in result.

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

Syntax

C#
public bool OnlyDirs { set; }
Visual Basic (Declaration)
Public WriteOnly Property OnlyDirs As Boolean
Visual C++
public:
property bool OnlyDirs {
	void set (bool value);
}

See Also