SPContext.RootFolderUrl - Propriété
Obtient l'URL du dossier racine du contexte en cours.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RootFolderUrl As String
Get
'Utilisation
Dim instance As SPContext
Dim value As String
value = instance.RootFolderUrl
public string RootFolderUrl { get; }
Valeur de propriété
Type : System.String
Chaîne qui contient une URL relative de serveur ou une chaîne vide s'il n'existe aucun dossier racine dans le contexte actuel.