PlaceholdersFindByRemoteStorageIdAsync Method |
IT Hit User File System
Gets placeholder file or folder 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<PlaceholderItem> FindByRemoteStorageIdAsync(
byte[] remoteStorageItemId
)
Public Function FindByRemoteStorageIdAsync (
remoteStorageItemId As Byte()
) As Task(Of PlaceholderItem)
public:
Task<PlaceholderItem^>^ FindByRemoteStorageIdAsync(
array<unsigned char>^ remoteStorageItemId
)
member FindByRemoteStorageIdAsync :
remoteStorageItemId : byte[] -> Task<PlaceholderItem>
Parameters
- remoteStorageItemId
- Type: SystemByte
File or folder item ID in the remote storage.
Return Value
Type:
TaskPlaceholderItemPlaceholderFile item or
PlaceholderFolder item that corresponds to the item ID provided or null if an item does not exsist.
See Also