The StagingHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| GetSHA1Hash |
Returns the hash for the specified password.
| |
| GetSHA1HashByteArray |
Returns the SHA1 hash byte array for given password string.
| |
| GetTaskTypeEnum |
Returns the task type enumeration value.
| |
| GetTaskTypeString |
Returns the task type string.
| |
| IsServerEnabled |
Returns true if the staging server is enabled.
| |
| LogSynchronizationError |
Logs the synchronization error.
| |
| RunSynchronization(Int32, Int32) |
Runs the synchronization.
| |
| RunSynchronization(Int32, Int32, Boolean) |
Runs the task synchronization for specified server.
| |
| RunSynchronization(Int32, Int32, Boolean, Int32) |
Runs the task synchronization for specified server.
| |
| RunSynchronization(IEnumerable String , Int32, Boolean, Int32, Func String, Boolean ) |
Runs the task synchronization for specified server and list of task IDs.
| |
| RunSynchronization(DataSet, Int32, Boolean, Int32, Func String, Boolean ) |
Runs the task synchronization for specified server and list of task IDs.
| |
| RunSynchronization(Int32, Int32, Boolean, Int32, Boolean) |
Runs the task synchronization for specified server.
| |
| RunSynchronization(IEnumerable ISynchronizationTask , Int32, Boolean, Int32, Func String, Boolean ) |
Runs the task synchronization for specified server and list of tasks.
| |
| ServerAuthenticationType |
Returns server authentication type for specified site.
| |
| SortTaskByDate |
Sorts the given list of task IDs by their creation date (oldest go first).
|
Fields
| Name | Description | |
|---|---|---|
| AUTHENTICATION_PROCESSED |
Authentication of the token was processed.
|
Properties
| Name | Description | |
|---|---|---|
| TreatServerNamesAsInstances |
Indicates whether to delete instance global tasks (tasks belonging to servers with same ServerName) after synchronization
|
See Also