Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.