FileData::IsDirectory Property

Gets a value that indicates whether this object represents a directory.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property bool IsDirectory {
	bool get ();
}

Property Value

Type: System::Boolean
true if this object represents a directory; otherwise, false.

If this object is a directory, the Attributes property will contain the Directory flag.

Show: