Method | Description | |
---|---|---|
GetObject ( this storage, IFileSystemInfo info ) : IMappedObject | ||
GetRemoteId ( this storage, IFileSystemInfo info ) : string |
Gets the remote identifier by trying to read the Uuid of the given directory. If this fails or returns null, the local path is used to request the remote object id from the storage.
|
public static GetObject ( this storage, IFileSystemInfo info ) : IMappedObject | ||
storage | this | |
info | IFileSystemInfo | |
return | IMappedObject |
public static GetRemoteId ( this storage, IFileSystemInfo info ) : string | ||
storage | this | Meta data storage instance. |
info | IFileSystemInfo | File system item info. |
return | string |