C# 클래스 GSoft.Dynamite.Lists.ListLocator

Utility to find lists
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
GetByNameResourceKey ( SPWeb web, string listNameResourceKey ) : SPList

Find a list by its name's resource key

ListLocator ( IResourceLocator resources, ILogger logger ) : System

Creates a list finder

비공개 메소드들

메소드 설명
GetByUrl ( SPWeb web, string listUrl ) : SPList

메소드 상세

GetByNameResourceKey() 공개 메소드

Find a list by its name's resource key
public GetByNameResourceKey ( SPWeb web, string listNameResourceKey ) : SPList
web SPWeb The context's web
listNameResourceKey string The web-relative path to the list
리턴 SPList

ListLocator() 공개 메소드

Creates a list finder
public ListLocator ( IResourceLocator resources, ILogger logger ) : System
resources IResourceLocator The resource locator
logger ILogger
리턴 System