Click or drag to resize
StagingHelper Class
Overall staging methods.
Inheritance Hierarchy
SystemObject
  CMS.SynchronizationStagingHelper

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public static class StagingHelper

The StagingHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAUTHENTICATION_PROCESSED
Authentication of the token was processed.
Top
Properties
  NameDescription
Public propertyStatic memberTreatServerNamesAsInstances
Indicates whether to delete instance global tasks (tasks belonging to servers with same ServerName) after synchronization
Top
Methods
  NameDescription
Public methodStatic memberGetSHA1Hash
Returns the hash for the specified password.
Public methodStatic memberGetSHA1HashByteArray
Returns the SHA1 hash byte array for given password string.
Public methodStatic memberGetTaskTypeEnum
Returns the task type enumeration value.
Public methodStatic memberGetTaskTypeString
Returns the task type string.
Public methodStatic memberIsServerEnabled
Returns true if the staging server is enabled.
Public methodStatic memberLogSynchronizationError
Logs the synchronization error.
Public methodStatic memberRunSynchronization(Int32, Int32)
Runs the synchronization.
Public methodStatic memberRunSynchronization(Int32, Int32, Boolean)
Runs the task synchronization for specified server.
Public methodStatic memberRunSynchronization(Int32, Int32, Boolean, Int32)
Runs the task synchronization for specified server.
Public methodStatic memberRunSynchronization(IEnumerableString, Int32, Boolean, Int32, FuncString, Boolean)
Runs the task synchronization for specified server and list of task IDs.
Public methodStatic memberRunSynchronization(DataSet, Int32, Boolean, Int32, FuncString, Boolean)
Runs the task synchronization for specified server and list of task IDs.
Public methodStatic memberRunSynchronization(Int32, Int32, Boolean, Int32, Boolean)
Runs the task synchronization for specified server.
Public methodStatic memberRunSynchronization(IEnumerableISynchronizationTask, Int32, Boolean, Int32, FuncString, Boolean)
Runs the task synchronization for specified server and list of tasks.
Public methodStatic memberServerAuthenticationType
Returns server authentication type for specified site.
Public methodStatic memberSortTaskByDate
Sorts the given list of task IDs by their creation date (oldest go first).
Top
See Also