C# 클래스 GSoft.Dynamite.Extensions.WebExtensions

Extensions for the SPWeb type.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
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