Click or drag to resize
SyncManager Methods

The SyncManager type exposes the following members.

Methods
  NameDescription
Protected methodArchiveDocument
Archives the document.
Protected methodCreateSiteBinding
Creates a site binding. (Site is specified by SyncManager.SiteID property.)
Protected methodDeleteDocument
Deletes the document.
Protected methodDeleteObject
Deletes the object.
Public methodGetDataSet
Returns the dataset loaded from the given task data.
Protected methodGetDataSetInternal
Returns the dataset loaded from the given task data.
Protected methodGetPhysicalFilesDataSet
Gets physical files DataSet.
Public methodGetSynchronizationTaskDataSet
Gets synchronization task empty DataSet for specified task type.
Protected methodGetSynchronizationTaskDataSetInternal
Gets synchronization task empty DataSet for specified task type.
Protected methodChangeManagerTypeOriginalType
Changes the default manager type to the given type
(Inherited from AbstractManager.)
Public methodChangeManagerTypeTo
Changes the manager type to the given type
(Inherited from AbstractManagerManagerType.)
Protected methodMoveDocument
Moves the document.
Public methodProceedWithTranslations
Determines whether to continue with translation operations.
Protected methodProcessACLItems
Break ACL inheritance.
Public methodProcessTask(TaskTypeEnum, String, String, String)
Processes the given task.
Public methodProcessTask(TaskTypeEnum, String, String, String, Boolean)
Processes the given task.
Public methodProcessTask(TaskTypeEnum, String, String, String, Boolean, StagingSynchronizationHandler)
Processes the given task.
Protected methodProcessTaskInternal
Processes the given task.
Protected methodPublishDocument
Publishes the document.
Protected methodRejectDocument
Rejects the document.
Protected methodRemoveObjectFromSite(DataSet, String, TranslationHelper)
Removes the object from the site.
Protected methodRemoveObjectFromSite(GeneralizedInfo, DataSet, TranslationHelper)
Removes the object from site.
Protected methodRemoveObjectsFromSite
Removes the objects from site.
Protected methodTranslateNodeColumns
Translates given node columns using data from helper.
Protected methodUpdateACLs
Update node with permissions from DataSet.
Protected methodUpdateAliases
Updates the document aliases.
Protected methodUpdateCategories
Updates the categories.
Protected methodUpdateDocument
Updates the document.
Protected methodUpdateObject(DataSet, DataSet, String, TranslationHelper, Boolean, Boolean)
Updates the object.
Protected methodUpdateObject(GeneralizedInfo, DataSet, TranslationHelper, Boolean, DataSet, Boolean, ListGeneralizedInfo)
Updates the object.
Protected methodUpdateObjectTInfo(TInfo, DataSet, TranslationHelper, Boolean, DataSet, Boolean, ListGeneralizedInfo)
Updates the object.
Protected methodUpdateObjects
Updates the object.
Protected methodUpdateRelationships
Updates the relationships.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also