List.GetSpecialFolderUrl method

Namespace:  Microsoft.SharePoint.Client
Assembly:  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
)

Parameters

Return value

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

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace