Click or drag to resize

TemplatesFind Method

Find the specified Template in the collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Template Find(
	string searchID,
	TemplateFindType findType
)

Parameters

searchID
Type: SystemString
The search string.
findType
Type: NetQuarryTemplateFindType
The type of search to perform.

Return Value

Type: Template
The Template if found, else null.
See Also