PlaceholdersGetItem Method |
IT Hit User File System
Gets placeholder file or folder that corresponds to the user file system path.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public PlaceholderItem GetItem(
string userFileSystemPath
)
Public Function GetItem (
userFileSystemPath As String
) As PlaceholderItem
public:
PlaceholderItem^ GetItem(
String^ userFileSystemPath
)
member GetItem :
userFileSystemPath : string -> PlaceholderItem
Parameters
- userFileSystemPath
- Type: SystemString
Path to the placeholder item in the user file system.
Return Value
Type:
PlaceholderItemPlaceholderFile item or
PlaceholderFolder item that corresponds to the path provided.
Remarks This method will throw exception if neither file nor folder exists under the provided path.
See Also