A group of methods for administering the vault.
ArchiveOldVersions | Moves old object versions, including both metadata and files, to a content package. |
ExportContent | Exports content, including both metadata and files, to a content package. |
GetEventHandlers | Gets the event handlers of the vault. |
GetVaultProperties | Gets the vault properties. |
ImportContent | Imports content from a content package. |
ImportContentAsync | Imports content from a content package asynchronously. |
IsAsyncJobRunning | Checks if the specified asynchronous job is running. |
IsGroundLinkProxy | Checks if the vault is a Ground Link proxy. |
PreviewImportContent | Previews the results of the import content job. Changes are not written into the target vault, but outputted to the summary file. |
QueueAndWaitForLatestBackgroundTask | Queues and waits for the latest background task, if there are any, to finish. |
RebuildFullTextSearchIndex | Starts rebuilding the full-text search index of the vault. |
SetEventHandlers | Sets the event handlers of the vault. |
UpdateVaultProperties | Updates the vault properties.
Updates the vault properties.
The vault must first be detached for the method to work correctly.
|
VerifyVault | Performs vault verification. |
WaitAsyncJob | Waits for the specified asynchronous job to finish. |