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)
Syntaxpublic Template Find(
	string searchID,
	TemplateFindType findType
)
Public Function Find ( 
	searchID As String,
	findType As TemplateFindType
) As Template
Parameters
- searchID
 - Type: SystemString
The search string. - findType
 - Type: NetQuarryTemplateFindType
The type of search to perform. 
Return Value
Type: 
TemplateThe Template if found, else null.
See Also