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.3.27213.0
Syntax public Task<string> FindPathByRemoteStorageIdAsync(
byte[] remoteStorageItemId
)
Public Function FindPathByRemoteStorageIdAsync (
remoteStorageItemId As Byte()
) As Task(Of String)
public:
Task<String^>^ FindPathByRemoteStorageIdAsync(
array<unsigned char>^ remoteStorageItemId
)
member FindPathByRemoteStorageIdAsync :
remoteStorageItemId : byte[] -> Task<string>
Parameters
- remoteStorageItemId
- Type: SystemByte
File or folder item ID in the remote storage.
Return Value
Type:
TaskStringUser file system path that corresponds to the remote storage item ID provided or null if an item does not exsist.
See Also