C# Class GSoft.Dynamite.Extensions.WebExtensions

Extensions for the SPWeb type.
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
GetCustomListTemplate ( this web, string name ) : SPListTemplate

Gets the custom list template with the specified name.

GetPagesLibrary ( this web ) : SPList

Gets the pages library.

Method Details

GetCustomListTemplate() public static method

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.
return SPListTemplate

GetPagesLibrary() public static method

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.
return SPList