SPContext.RootFolderUrl property
Gets the URL of the root folder for the current context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RootFolderUrl As String
Get
'Usage
Dim instance As SPContext
Dim value As String
value = instance.RootFolderUrl
public string RootFolderUrl { get; }
Property value
Type: System.String
A string that contains a server-relative URL or an empty string if there is no root folder in the current context.