SPObjectImportedEventArgs Members

Include Protected Members
Include Inherited Members

Encapsulates event data for the import operation.

The SPObjectImportedEventArgs type exposes the following members.

Constructors

  Name Description
Public method 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
Public property SourceId Gets the unique identifier (GUID) for the source site collection.
Public property SourceUrl Gets the string URL of the parent object of the specified object in the source site collection.
Public property TargetId Gets the unique identifier (GUID) for the target site collection.
Public property TargetUrl Gets the string URL of the parent object of the specified object in the target site collection.
Public property Type Gets the SPDeploymentObjectType of the import object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPObjectImportedEventArgs Class

Microsoft.SharePoint.Deployment Namespace