Freigeben über


List.GetSpecialFolderUrl-Methode

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetSpecialFolderUrl ( _
    type As SpecialFolderType, _
    bForceCreate As Boolean, _
    existingFolderGuid As Guid _
) As ClientResult(Of String)
'Usage
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
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

List Klasse

List-Member

Microsoft.SharePoint.Client-Namespace