SPExportObject Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
SPExportObject() | Instantiates a new, nonparameterized instance of the SPExportObject class. | |
SPExportObject(Guid, SPDeploymentObjectType, Guid, SPIncludeDescendants) | Instantiates a new instance of the SPExportObject class that provides identifiers ob both the object and its parent object, provides the object type, and specifies whether to exclude child objects. | |
SPExportObject(Guid, SPDeploymentObjectType, Guid, Boolean) | Instantiates a new instance of the SPExportObject class that provides identifiers ob both the object and its parent object, provides the object type, and specifies whether to exclude child objects. |
Top