C# Класс CmisSync.Lib.Consumer.SituationSolver.RemoteObjectMoved

Remote object has been moved. => Move the corresponding local object.
Наследование: AbstractEnhancedSolver
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RemoteObjectMoved ( ISession session, IMetaDataStorage storage ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.RemoteObjectMoved class.

Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void

Solve the specified situation by using the session, storage, localFile and remoteId. Moves the local file/folder to the new location.

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

RemoteObjectMoved() публичный Метод

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.RemoteObjectMoved class.
public RemoteObjectMoved ( ISession session, IMetaDataStorage storage ) : System
session ISession Cmis session.
storage IMetaDataStorage Meta data storage.
Результат System

Solve() публичный Метод

Solve the specified situation by using the session, storage, localFile and remoteId. Moves the local file/folder to the new location.
public Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void
localFile IFileSystemInfo Old local file/folder.
remoteId IObjectId Remote identifier.
localContent ContentChangeType Hint if the local content has been changed.
remoteContent ContentChangeType Information if the remote content has been changed.
Результат void