ContentDeploymentJob Members
Include Protected Members
Include Inherited Members
Defines details of a content deployment job.
The ContentDeploymentJob type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets or sets text that describes this ContentDeploymentJob object. | |
ExportMethod | Gets or sets the export method for this ContentDeploymentJob object. | |
ExportObjects | Gets a collection of objects that is exported in the content deployment job. | |
FileLocation | Gets the location of the data files that have been exported. | |
HostingSupportEnabled | ||
Id | Gets the GUID for this ContentDeploymentJob object. | |
IsEnabled | Gets or sets the value that determines whether this ContentDeploymentJob object is enabled. | |
IsQuickDeployJob | Gets or sets a value that determines whether this ContentDeploymentJob object is a Quick Deploy job. | |
IsRecurring | Gets the value that determines whether this ContentDeploymentJob object occurs only once or is recurring. | |
JobType | Gets or sets type information for this ContentDeploymentJob object. | |
LastReport | Gets or sets the most recent report for this ContentDeploymentJob object. | |
LastReportId | Gets the UniqueId for the most recent report. | |
LastRunTime | Gets or sets the last date and time that this ContentDeploymentJob object was run. | |
LastStatus | Gets or sets the last status code for this ContentDeploymentJob object. | |
LastStatusMessage | Gets or sets the last status message for this ContentDeploymentJob object. | |
LastSuccessfulDeploymentTime | Gets or sets the date and time that this ContentDeploymentJob object was successfully deployed. | |
Name | Gets or sets the name of this ContentDeploymentJob object. | |
NextRunTime | Gets the next date and time that this ContentDeploymentJob object runs. | |
NotificationEmailAddresses | Gets or sets the e-mail addresses of individuals who receive notification e-mails about this ContentDeploymentJob object. | |
NotificationSettings | Gets or sets notification settings for this ContentDeploymentJob object. | |
ParentCollection | Gets the parent collection for this ContentDeploymentJob object. | |
Path | Gets or sets the path for this ContentDeploymentJob object. | |
Reports | Gets reports from the ContentDeploymentJobReportCollection object for this ContentDeploymentJob object. | |
SqlSnapshotSetting | ||
TimerJobDefinition | Gets or sets the timer service for the SPJobDefinition object. | |
TimerJobDefinitionId | Gets or sets the timer service GUID for the SPJobDefinition object that is associated with this ContentDeploymentJob object. |
Top
Methods
Name | Description | |
---|---|---|
AddQuickDeployObject | Adds this ContentDeploymentJob object to the list of Quick Deploy items in the given SPWeb object. | |
Cancel | Cancels this ContentDeploymentJob object. | |
Delete | Deletes this ContentDeploymentJob object. | |
Dispose | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.) | |
Equals | (Inherited from Object.) | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.) | |
GetAllJobs | Returns a collection of all the content deployment jobs associated with this site. | |
GetAllQuickDeployJobs | Gets the collection of all Quick Deploy content deployment jobs in this ContentDeploymentJobCollection collection. | |
GetHashCode | (Inherited from Object.) | |
GetInstance(Guid) | Gets the instance of the SPDeploymentObject object that matches the specified jobId. | |
GetInstance(String) | Gets the ContentDeploymentJob object with the specified jobName. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Run() | Runs the ContentDeploymentJob job. | |
Run(Boolean) | Runs the ContentDeploymentJob job immediately and synchronously, by default. | |
Run(Boolean, DateTime) | Runs the ContentDeploymentJob job synchronously or asynchronously and deploys changes that have been made since the specified date and time. | |
Run(Boolean, String) | ||
Run(Boolean, DateTime, String) | ||
Test() | Tests this ContentDeploymentJob object synchronously. | |
Test(Boolean) | Tests this ContentDeploymentJob job asynchronously by default. | |
Test(String) | ||
Test(Boolean, String) | ||
ToString | (Inherited from Object.) | |
Update | Updates this ContentDeploymentJob object. |
Top
Events
Name | Description | |
---|---|---|
Exporting | Indicates that the export is about to start. | |
Importing | Indicates that the import is about to start. | |
Transferring | Specifies the event that is raised when the data transfer is about to start. |
Top