Click or drag to resize

PlaceholdersGetRootItem Method

IT Hit User File System
Gets root placeholder folder.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public PlaceholderFolder GetRootItem()

Return Value

Type: PlaceholderFolder
PlaceholderFolder item that corresponds to the root item.
Remarks
This method call is identical to calling GetItem(String) method with Path paramater.
See Also