SPDeploymentEventArgs.RootObjects Property
Gets the SPImportObjectCollection that contains the root objects - that is, objects for whom there are no parent objects.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RootObjects As SPImportObjectCollection
Get
'Usage
Dim instance As SPDeploymentEventArgs
Dim value As SPImportObjectCollection
value = instance.RootObjects
public SPImportObjectCollection RootObjects { get; }
Property Value
Type: Microsoft.SharePoint.Deployment.SPImportObjectCollection
Returns an instance of the Microsoft.SharePoint.Deployment.SPImportObjectCollection object.