Partager via


List.GetSpecialFolderUrl - Méthode

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 GetSpecialFolderUrl ( _
    type As SpecialFolderType, _
    bForceCreate As Boolean, _
    existingFolderGuid As Guid _
) As ClientResult(Of String)
'Utilisation
Dim instance As List
Dim type As SpecialFolderType
Dim bForceCreate As Boolean
Dim existingFolderGuid As Guid
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetSpecialFolderUrl(type, _
    bForceCreate, existingFolderGuid)
public ClientResult<string> GetSpecialFolderUrl(
    SpecialFolderType type,
    bool bForceCreate,
    Guid existingFolderGuid
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<String>

Voir aussi

Référence

List classe

List - Membres

Microsoft.SharePoint.Client - Espace de noms