Click or drag to resize

TemplatesItem Property (String)

The collection's indexer. Note that the Templates collection is indexed by Name. Use Find(String, TemplateFindType) to look up templates by ID or other values.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Template this[
	string index
] { get; set; }

Parameters

index
Type: SystemString

Property Value

Type: Template
See Also