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)

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.

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace