SPExportObject-Konstruktor (Guid, SPDeploymentObjectType, Guid, SPIncludeDescendants)
Instanziiert eine neue Instanz der Klasse SPExportObject , die bietet Bezeichner Ob das Objekt und dessen übergeordnetes Objekt enthält den Objekttyp und gibt an, ob untergeordnete Objekte ausgeschlossen.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
objId As Guid, _
objType As SPDeploymentObjectType, _
parentObjId As Guid, _
includeDescendants As SPIncludeDescendants _
)
'Usage
Dim objId As Guid
Dim objType As SPDeploymentObjectType
Dim parentObjId As Guid
Dim includeDescendants As SPIncludeDescendants
Dim instance As New SPExportObject(objId, objType, _
parentObjId, includeDescendants)
public SPExportObject(
Guid objId,
SPDeploymentObjectType objType,
Guid parentObjId,
SPIncludeDescendants includeDescendants
)
Parameter
objId
Typ: System.GuidGlobal eindeutigen Bezeichner (Guid), der das exportierte Objekt identifiziert.
objType
Typ: Microsoft.SharePoint.Deployment.SPDeploymentObjectTypeSharePoint-Typ des exportierten Objekts.
parentObjId
Typ: System.GuidGlobal eindeutiger Bezeichner (Guid), der das das übergeordnete Objekt des exportierten Objekts darstellt.
includeDescendants
Typ: Microsoft.SharePoint.Deployment.SPIncludeDescendants-Enumerationswert ab, der angibt, ob umfassen keine Nachfolger (0), alle untergeordneten Objekte (1) oder nur untergeordnete Objekte, die von Inhaltstypen (2) darstellen.