SPNavigationNode.TargetParentObjectType Property
Gets an object that represents the SPObjectType of the parent of the file or folder being pointed to by the navigation node.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property TargetParentObjectType As SPObjectType
Get
'Usage
Dim instance As SPNavigationNode
Dim value As SPObjectType
value = instance.TargetParentObjectType
public SPObjectType TargetParentObjectType { get; }
Property Value
Type: Microsoft.SharePoint.SPObjectType
An object that contains the object type of the parent of the file or folder being pointed to by the navigation node.