C# 클래스 Glyma.UtilityService.SharePoint.SPWebExtensions

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
GetServerRelativeListUrlPrefix ( this site ) : string

Returns the server relative URL prefix for lists within a site.

TryGetList ( this site, string serverRelativeUrl ) : SPList

Return a reference to a list within the site using its server-relative URL.

메소드 상세

GetServerRelativeListUrlPrefix() 공개 정적인 메소드

Returns the server relative URL prefix for lists within a site.
public static GetServerRelativeListUrlPrefix ( this site ) : string
site this The site to use.
리턴 string

TryGetList() 공개 정적인 메소드

Return a reference to a list within the site using its server-relative URL.
public static TryGetList ( this site, string serverRelativeUrl ) : SPList
site this The site to retrieve the list from.
serverRelativeUrl string The server relative URL of the list.
리턴 SPList