Web.GetFolderByServerRelativeUrl - Méthode
Returns the folder object located at the specified server-relative URL.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetFolderByServerRelativeUrl ( _
serverRelativeUrl As String _
) As Folder
'Utilisation
Dim instance As Web
Dim serverRelativeUrl As String
Dim returnValue As Folder
returnValue = instance.GetFolderByServerRelativeUrl(serverRelativeUrl)
public Folder GetFolderByServerRelativeUrl(
string serverRelativeUrl
)
Paramètres
serverRelativeUrl
Type : System.StringA string that specifies the server-relative URL for the folder.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Folder
A Folder object that represents the folder.
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | serverRelativeUrl does not correspond to a folder or a file or does not to start with a ‘/’. Error code: -2147024809. |
Remarques
You must have Browse Directories permissions to run code that uses the GetFolderByServerRelativeUrl method.
It must not be une référence Null (Rien dans Visual Basic).