C# Class CmisSync.Lib.Storage.Database.IMetaDataStorageConvenienceExtender

Meta data storage convenience extender.
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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.

Method Details

GetObject() public static méthode

public static GetObject ( this storage, IFileSystemInfo info ) : IMappedObject
storage this
info IFileSystemInfo
Résultat IMappedObject

GetRemoteId() public static méthode

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.
Résultat string