Method | Description | |
---|---|---|
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.
|
public LocalObjectMoved ( ISession session, IMetaDataStorage storage ) : System | ||
session | ISession | Cmis session. |
storage | IMetaDataStorage | Meta data storage. |
return | System |
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. |
return | void |