Method | Description | |
---|---|---|
LocalObjectMovedRemoteObjectMoved ( ISession session, IMetaDataStorage storage ) : System |
Initializes a new instance of the CmisSync.Lib.Consumer.SituationSolver.LocalObjectMovedRemoteObjectMoved class.
|
|
Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void |
Solve the specified situation by using localFile and remote object.
|
Method | Description | |
---|---|---|
SyncNamesAndDates ( IFileSystemInfo local, IFileableCmisObject remote, IMappedObject mappedObject ) : void |
public LocalObjectMovedRemoteObjectMoved ( ISession session, IMetaDataStorage storage ) : System | ||
session | ISession | Cmis Session. |
storage | IMetaDataStorage | Meta data storage. |
return | System |
public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void | ||
localFileSystemInfo | IFileSystemInfo | Local filesystem info instance. |
remoteId | IObjectId | Remote identifier or object. |
localContent | ContentChangeType | Hint if the local content has been changed. |
remoteContent | ContentChangeType | Information if the remote content has been changed. |
return | void |