StagingHelper MembersKentico 8.0 API Reference
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(IEnumerable String , Int32, Boolean, Int32, Func String, Boolean )
Runs the task synchronization for specified server and list of task IDs.
Public methodStatic memberRunSynchronization(DataSet, Int32, Boolean, Int32, Func String, 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(IEnumerable ISynchronizationTask , Int32, Boolean, Int32, Func String, 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).
Back to Top
Fields

  NameDescription
Public fieldStatic memberAUTHENTICATION_PROCESSED
Authentication of the token was processed.
Back to Top
Properties

  NameDescription
Public propertyStatic memberTreatServerNamesAsInstances
Indicates whether to delete instance global tasks (tasks belonging to servers with same ServerName) after synchronization
Back to Top
See Also