SPImportObject members
Encapsulates information about deployment objects that are selected for import.
The SPImportObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the unique identifier (GUID) of the deployment object. (Inherited from SPDeploymentObject.) | |
IsDependency | Gets a Boolean value that specifies whether the import object is being imported together with its parent object. | |
ParentId | Gets or sets the unique identifier (GUID) of the parent object of the specified deployment object. (Inherited from SPDeploymentObject.) | |
SourceUrl | Gets the URL to the source location of the object that is being imported. | |
TargetName | Gets or sets the name of the target of the import operation. This property is only valid for objects that have the object type Web. | |
TargetParentUrl | Gets or sets the URL to the parent of the import object on the destination site collection. | |
Type | Gets or sets the data type for the deployment object by specifying a value in the SPDeploymentObjectType enumeration. (Inherited from SPDeploymentObject.) |
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