PlaceholdersTryFindByRemoteStorageId Method |
IT Hit User File System
Tries to get 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 bool TryFindByRemoteStorageId(
byte[] remoteStorageItemId,
out PlaceholderItem placeholder
)
Public Function TryFindByRemoteStorageId (
remoteStorageItemId As Byte(),
<OutAttribute> ByRef placeholder As PlaceholderItem
) As Boolean
public:
bool TryFindByRemoteStorageId(
array<unsigned char>^ remoteStorageItemId,
[OutAttribute] PlaceholderItem^% placeholder
)
member TryFindByRemoteStorageId :
remoteStorageItemId : byte[] *
placeholder : PlaceholderItem byref -> bool
Parameters
- remoteStorageItemId
- Type: SystemByte
File or folder item ID in the remote storage. - placeholder
- Type: ITHit.FileSystem.WindowsPlaceholderItem
PlaceholderFile item or PlaceholderFolder item that corresponds to the item ID provided.
Return Value
Type:
BooleanTrue if the item successfully retrieved, false if the item does not exists.
See Also