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.

See also

Reference

SPDeploymentEventArgs class

SPDeploymentEventArgs members

Microsoft.SharePoint.Deployment namespace