MetadataNavigationContext.FolderUrl Property
Gets the server-relative URL of the SPFolder for the MetadataNavigationContext object.
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property FolderUrl As String
Get
'Usage
Dim instance As MetadataNavigationContext
Dim value As String
value = instance.FolderUrl
public string FolderUrl { get; }
Property Value
Type: System.String
Returns String.
Remarks
Returns String.Empty if there is no current folder URL for the context. Returns the root folder URL of the list if there is a list in the context but no specific subfolder is specified.
See Also
Reference
MetadataNavigationContext Class
MetadataNavigationContext Members
Microsoft.Office.DocumentManagement.MetadataNavigation Namespace