SPFolder.UniqueId Property
Gets the unique ID of the folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property UniqueId As Guid
Get
Dim instance As SPFolder
Dim value As Guid
value = instance.UniqueId
public Guid UniqueId { get; }
Property Value
Type: System.Guid
A System.Guid that identifies the folder in the form: "rid:{00000000-0000-0000-0000-000000000000}".