SyncManager MembersKentico 8.0 API Reference
The SyncManager type exposes the following members.
Constructors

  NameDescription
Public methodSyncManager
Back to Top
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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDataSet
Returns the dataset loaded from the given task data.
Protected methodGetDataSetInternal
Returns the dataset loaded from the given task data.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodChangeManagerType OriginalType 
Changes the default manager type to the given type
(Inherited from AbstractManager.)
Public methodChangeManagerTypeTo
Changes the manager type to the given type
(Inherited from AbstractManager ManagerType .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
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, List GeneralizedInfo )
Updates the object.
Protected methodUpdateObjects
Updates the object.
Protected methodUpdateRelationships
Updates the relationships.
Back to Top
Extension Methods

  NameDescription
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.)
Back to Top
Properties

  NameDescription
Public propertyAdministratorId
Administrator user ID.
Protected propertyExcludeColumns
Gets ore sets the excluded columns of the document which are not staged.
Protected propertyExcludeObjectColumns
Gets ore sets the excluded columns of the object which are not staged.
Public propertyLogTasks
Indicates if logging staging tasks is enabled.
Public propertyOperationType
Defines the operation type.
Public propertySiteID
Gets site ID.
Public propertySiteName
Gets or sets current site name.
Protected propertyTranslationSiteID
Gets site ID for translation.
Public propertyTreeProvider
TreeProvider object to use.
Public propertyUseAutomaticOrdering
Indicates if automatic ordering for documents should be used on target server.
Public propertyUseTreeCustomHandlers
Indicates if custom handlers should be used for document operations.
Protected propertyVersionManager
Version manager instance.
Protected propertyWorkflowManager
Workflow manager instance.
Back to Top
See Also