The following tables list the members exposed by RemoteProvider.
Name | Description | |
---|---|---|
![]() | LocalChangesCount | Count number of elements that were imported from local storage. |
![]() | RemoteChangesCount | Count number of elements that were imported from external storage. |
![]() | SessionInfo | Session information. |
![]() | StoreId | Remote store identifier. |
![]() | SyncItemSchemaCollection | Collection schema setting of remote storage. |
![]() | UseMetadata | Metadata storage usage flag. |
![]() | Version | Date and time of synchronization. It contains the end date of the last synchronization. |
Name | Description | |
---|---|---|
![]() | ApplyChanges | Migrate the changes from local to remote storage. |
![]() | CollectNewItems | Returns an enumerator new elements to synchronize the local store. |
![]() | CommitChanges | Commit changes. |
![]() | CreateNewSyncItem | Returns remote item synchronized for a given element. |
![]() | EnumerateChanges | Returns an enumerator elements to synchronize the remote store. |
![]() | GetLocallyModifiedItemsMetadata | Returns an enumerator metadata synchronization objects that have been changed in the local store with the last synchronization date. |
![]() | GetNumberPageElements | Returns the number of elements to be processed in bpm’online in a single page. |
![]() | KnownTypes | Gets the types of all types of external synchronization elements. The order type determines the order in which items are synced. |
![]() | LoadSyncItem | Overloaded. |
![]() | LogError | Writes error message to the log, including information about the exception that caused this error. |
![]() | NeedMetaDataActualization | Returns a flag that requires actualized metadata. |
![]() | RealeaseItem | Releases remoteItem from enumerator. |
![]() | ResolveConflict | Resolves conflicts between the versions of the element of local and external storage. |