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

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

공개 메소드들

메소드 설명
LocalObjectMoved ( ISession session, IMetaDataStorage storage ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectMoved 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.

메소드 상세

LocalObjectMoved() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectMoved class.
public LocalObjectMoved ( 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.
public Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void
localFile IFileSystemInfo Actual local file.
remoteId IObjectId Corresponding remote identifier.
localContent ContentChangeType Hint if the local content has been changed.
remoteContent ContentChangeType Information if the remote content has been changed.
리턴 void