Click or drag to resize
StagingHelper Methods

The StagingHelper type exposes the following members.

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