FileSystemItemMetadataRemoteStorageParentItemId Property |
IT Hit User File System
Remote storage item Parent ID. Identifies parent folder of this item.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public byte[] RemoteStorageParentItemId { get; set; }
Public Property RemoteStorageParentItemId As Byte()
Get
Set
public:
virtual property array<unsigned char>^ RemoteStorageParentItemId {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
abstract RemoteStorageParentItemId : byte[] with get, set
override RemoteStorageParentItemId : byte[] with get, set
Property Value
Type:
ByteImplements
IFileSystemItemMetadataRemoteStorageParentItemIdSee Also