C# Class GSoft.Dynamite.Extensions.WebExtensions

Extensions for the SPWeb type.
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode 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 méthode

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.
Résultat SPListTemplate

GetPagesLibrary() public static méthode

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.
Résultat SPList