Finds and returns content resources corresponding to the given zone.

Namespace:  Endeca.Data.Content.Assembler
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
IList<IContentResource> Locate(
	IContentContext pContext,
	string pRuleZone
)
Visual Basic (Declaration)
Function Locate ( _
	pContext As IContentContext, _
	pRuleZone As String _
) As IList(Of IContentResource)
Visual C++
IList<IContentResource^>^ Locate(
	IContentContext^ pContext, 
	String^ pRuleZone
)

Parameters

pContext
Type: Endeca.Data.Content.Assembler..::.IContentContext
Describes the context within which this call is occurring
pRuleZone
Type: System..::.String
The zone of the resources to locate

Return Value

A list of the resources found

See Also