TemplateFindType Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
ByName | 1 | Search for the Template with a matching Name. Note that since Name is the primary index of the Templates collection, it is more common to use the Templates indexer when searching solely by name, e.g. Template tmpl = app.Templates["the-template"]; | |
ByID | 2 | Search for the Template with a matching ID . | |
ByNameThenID | 3 | Search for the Template with a matching Name then, if not found, by matching ID. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.