C# Класс Glyma.UtilityService.SharePoint.SPWebExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetServerRelativeListUrlPrefix ( this site ) : string

Returns the server relative URL prefix for lists within a site.

TryGetList ( this site, string serverRelativeUrl ) : SPList

Return a reference to a list within the site using its server-relative URL.

Описание методов

GetServerRelativeListUrlPrefix() публичный статический Метод

Returns the server relative URL prefix for lists within a site.
public static GetServerRelativeListUrlPrefix ( this site ) : string
site this The site to use.
Результат string

TryGetList() публичный статический Метод

Return a reference to a list within the site using its server-relative URL.
public static TryGetList ( this site, string serverRelativeUrl ) : SPList
site this The site to retrieve the list from.
serverRelativeUrl string The server relative URL of the list.
Результат SPList