SPFolder.UniqueId property

Gets the unique ID of the folder.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property UniqueId As Guid
    Get
'Usage
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}".

See also

Reference

SPFolder class

SPFolder members

Microsoft.SharePoint namespace