Click or drag to resize
Askia

IPageTemplateCollectionCreate Method

Creates a new template in the collection given its name

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IPageTemplate Create(
	string name
)

Parameters

name
Type: SystemString
Name of the template to create

Return Value

Type: IPageTemplate
Returns the newly created template
See Also