Click or drag to resize

PlaceholdersFindPathByRemoteStorageIdAsync Method

IT Hit User File System
Gets user file system path that corresponds to the remote storage item id.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public Task<string> FindPathByRemoteStorageIdAsync(
	byte[] remoteStorageItemId
)

Parameters

remoteStorageItemId
Type: SystemByte
File or folder item ID in the remote storage.

Return Value

Type: TaskString
User file system path that corresponds to the remote storage item ID provided or null if an item does not exsist.
See Also