SPHierarchyManager.ParentObject Method
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ParentObject ( _
obj As Object _
) As Object
'Usage
Dim instance As SPHierarchyManager
Dim obj As Object
Dim returnValue As Object
returnValue = instance.ParentObject(obj)
public Object ParentObject(
Object obj
)
Parameters
- obj
Type: System.Object
Return Value
Type: System.Object