C# Класс CmisSync.Lib.Storage.Database.IMetaDataStorageConvenienceExtender

Meta data storage convenience extender.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetObject() публичный статический Метод

public static GetObject ( this storage, IFileSystemInfo info ) : IMappedObject
storage this
info IFileSystemInfo
Результат IMappedObject

GetRemoteId() публичный статический Метод

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 GetRemoteId ( this storage, IFileSystemInfo info ) : string
storage this Meta data storage instance.
info IFileSystemInfo File system item info.
Результат string