C# Class GSoft.Dynamite.Lists.ListLocator

Utility to find lists
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
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

Private Methods

Method Description
GetByUrl ( SPWeb web, string listUrl ) : SPList

Method Details

GetByNameResourceKey() public method

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
return SPList

ListLocator() public method

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