The SyncManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SyncManager |
Methods
| Name | Description | |
|---|---|---|
| ArchiveDocument |
Archives the document.
| |
| CreateSiteBinding |
Creates a site binding. (Site is specified by SyncManager.SiteID property.)
| |
| DeleteDocument |
Deletes the document.
| |
| DeleteObject |
Deletes the object.
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetDataSet |
Returns the dataset loaded from the given task data.
| |
| GetDataSetInternal |
Returns the dataset loaded from the given task data.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetPhysicalFilesDataSet |
Gets physical files DataSet.
| |
| GetSynchronizationTaskDataSet |
Gets synchronization task empty DataSet for specified task type.
| |
| GetSynchronizationTaskDataSetInternal |
Gets synchronization task empty DataSet for specified task type.
| |
Gets the (Inherited from | ||
| ChangeManagerType OriginalType |
Changes the default manager type to the given type
(Inherited from AbstractManager.) | |
| ChangeManagerTypeTo |
Changes the manager type to the given type
(Inherited from AbstractManager ManagerType .) | |
Creates a shallow copy of the current (Inherited from | ||
| MoveDocument |
Moves the document.
| |
| ProceedWithTranslations |
Determines whether to continue with translation operations.
| |
| ProcessACLItems |
Break ACL inheritance.
| |
| ProcessTask(TaskTypeEnum, String, String, String) |
Processes the given task.
| |
| ProcessTask(TaskTypeEnum, String, String, String, Boolean) |
Processes the given task.
| |
| ProcessTask(TaskTypeEnum, String, String, String, Boolean, StagingSynchronizationHandler) |
Processes the given task.
| |
| ProcessTaskInternal |
Processes the given task.
| |
| PublishDocument |
Publishes the document.
| |
| RejectDocument |
Rejects the document.
| |
| RemoveObjectFromSite(DataSet, String, TranslationHelper) |
Removes the object from the site.
| |
| RemoveObjectFromSite(GeneralizedInfo, DataSet, TranslationHelper) |
Removes the object from site.
| |
| RemoveObjectsFromSite |
Removes the objects from site.
| |
Returns a string that represents the current object. (Inherited from | ||
| TranslateNodeColumns |
Translates given node columns using data from helper.
| |
| UpdateACLs |
Update node with permissions from DataSet.
| |
| UpdateAliases |
Updates the document aliases.
| |
| UpdateCategories |
Updates the categories.
| |
| UpdateDocument |
Updates the document.
| |
| UpdateObject(DataSet, DataSet, String, TranslationHelper, Boolean, Boolean) |
Updates the object.
| |
| UpdateObject(GeneralizedInfo, DataSet, TranslationHelper, Boolean, DataSet, Boolean, List GeneralizedInfo ) |
Updates the object.
| |
| UpdateObjects |
Updates the object.
| |
| UpdateRelationships |
Updates the relationships.
|
Extension Methods
| Name | Description | |
|---|---|---|
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| AdministratorId |
Administrator user ID.
| |
| ExcludeColumns |
Gets ore sets the excluded columns of the document which are not staged.
| |
| ExcludeObjectColumns |
Gets ore sets the excluded columns of the object which are not staged.
| |
| LogTasks |
Indicates if logging staging tasks is enabled.
| |
| OperationType |
Defines the operation type.
| |
| SiteID |
Gets site ID.
| |
| SiteName |
Gets or sets current site name.
| |
| TranslationSiteID |
Gets site ID for translation.
| |
| TreeProvider |
TreeProvider object to use.
| |
| UseAutomaticOrdering |
Indicates if automatic ordering for documents should be used on target server.
| |
| UseTreeCustomHandlers |
Indicates if custom handlers should be used for document operations.
| |
| VersionManager |
Version manager instance.
| |
| WorkflowManager |
Workflow manager instance.
|
See Also