C# Класс GSoft.Dynamite.Extensions.WebExtensions

Extensions for the SPWeb type.
Показать файл Открыть проект

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

Метод Описание
GetCustomListTemplate ( this web, string name ) : SPListTemplate

Gets the custom list template with the specified name.

GetPagesLibrary ( this web ) : SPList

Gets the pages library.

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

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

Gets the custom list template with the specified name.
public static GetCustomListTemplate ( this web, string name ) : SPListTemplate
web this The SharePoint web.
name string The list template name.
Результат SPListTemplate

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

Gets the pages library.
No Pages library was found for this web.
public static GetPagesLibrary ( this web ) : SPList
web this The web to get the Pages library from.
Результат SPList