SPNavigationNode.TargetSecurityScopeId Property
Gets a GUID that represents the ScopeId 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 TargetSecurityScopeId As Guid
Get
'Usage
Dim instance As SPNavigationNode
Dim value As Guid
value = instance.TargetSecurityScopeId
public Guid TargetSecurityScopeId { get; }
Property Value
Type: System.Guid
A GUID that contains the scope identifier of the file or folder being pointed to by the navigation node.
Remarks
This is Guid.Empty if the node is external.