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