IPageTemplateCollection Interface |
Namespace: AskiaCore
The IPageTemplateCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of templates in the collection
| |
ItemInt32 |
Find a template by id
| |
ItemString |
Find a template by name
|
Name | Description | |
---|---|---|
Create |
Creates a new template in the collection given its name
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIPageTemplate.) | |
Remove(Int32) |
Remove a template from the collection given its id
| |
Remove(String) |
Remove a template from the collection given its name
|