MetadataNavigationContext.ListId property
Gets the ID of the current SPList object for this MetadataNavigationContext object.
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property ListId As Guid
Get
'Usage
Dim instance As MetadataNavigationContext
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
Returns Guid.
Remarks
Returns Guid.Empty if there is no current List for the context.
See also
Reference
MetadataNavigationContext class
MetadataNavigationContext members
Microsoft.Office.DocumentManagement.MetadataNavigation namespace