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.
Lookup the object in the dependency cache, and return its parent object.
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