Freigeben über


List.GetSpecialFolderUrl(SpecialFolderType, Boolean, Guid) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<string> GetSpecialFolderUrl (Microsoft.SharePoint.Client.SpecialFolderType type, bool bForceCreate, Guid existingFolderGuid);
member this.GetSpecialFolderUrl : Microsoft.SharePoint.Client.SpecialFolderType * bool * Guid -> Microsoft.SharePoint.Client.ClientResult<string>
Public Function GetSpecialFolderUrl (type As SpecialFolderType, bForceCreate As Boolean, existingFolderGuid As Guid) As ClientResult(Of String)

Parameters

bForceCreate
Boolean
existingFolderGuid
Guid

Returns

Attributes

Applies to