SPWeb.GetFolder - Méthode (String)
Obtient le dossier qui se trouve à l'URL spécifiée.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetFolder ( _
strUrl As String _
) As SPFolder
'Utilisation
Dim instance As SPWeb
Dim strUrl As String
Dim returnValue As SPFolder
returnValue = instance.GetFolder(strUrl)
public SPFolder GetFolder(
string strUrl
)
Paramètres
strUrl
Type : System.StringL'URL relative de serveur pour le dossier.
Valeur renvoyée
Type : Microsoft.SharePoint.SPFolder
Le dossier spécifié.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | strUrl est null . |
Remarques
L'utilisateur doit disposer de l'autorisation BrowseDirectories d'utiliser cette méthode.