SPObjectImportedEventArgs members
Encapsulates event data for the import operation.
The SPObjectImportedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPObjectImportedEventArgs | Creates a new instance of the SPObjectImportedEventArgs class that includes type information and also source and target identifiers and locations. |
Top
Properties
Name | Description | |
---|---|---|
SourceId | Gets the unique identifier (GUID) for the source site collection. | |
SourceUrl | Gets the string URL of the parent object of the specified object in the source site collection. | |
TargetId | Gets the unique identifier (GUID) for the target site collection. | |
TargetUrl | Gets the string URL of the parent object of the specified object in the target site collection. | |
Type | Gets the SPDeploymentObjectType of the import object. |
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