Поделиться через


Метод List.GetSpecialFolderUrl

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public Function GetSpecialFolderUrl ( _
    type As SpecialFolderType, _
    bForceCreate As Boolean, _
    existingFolderGuid As Guid _
) As ClientResult(Of String)
'Применение
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
)

Параметры

Возвращаемое значение

Тип: Microsoft.SharePoint.Client.ClientResult<String>

См. также

Справочные материалы

List класс

Элементы List

Пространство имен Microsoft.SharePoint.Client