ProgressEventArgs Members
Include Protected Members
Include Inherited Members
Contains event data about content migration.
The ProgressEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProgressEventArgs(SPDeploymentEventArgs) | Initializes a new instance of the ProgressEventArgsclass, including import information. | |
ProgressEventArgs(Int32) | Initializes a new instance of the ProgressEventArgs class, including the number of objects being exported. | |
ProgressEventArgs(String) | Initializes a new instance of the ProgressEventArgs class, including an export message. | |
ProgressEventArgs(Int32, String) | Initializes a new instance of the ProgressEventArgs class, including an export message and the number of objects being exported. |
Top
Properties
Name | Description | |
---|---|---|
Message | Specifies a message for the current event. | |
ObjectProcessed | Indicates the number of objects that have been processed. | |
Phase | Indicates the phase that the content migration is in. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top