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.
|
public static GetCustomListTemplate ( this web, string name ) : SPListTemplate | ||
web | this | The SharePoint web. |
name | string | The list template name. |
return | SPListTemplate |
public static GetPagesLibrary ( this web ) : SPList | ||
web | this | The web to get the Pages library from. |
return | SPList |