C# 클래스 CmisSync.Lib.Consumer.SituationSolver.RemoteObjectMoved

Remote object has been moved. => Move the corresponding local object.
상속: AbstractEnhancedSolver
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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