Click or drag to resize
Askia

PageTemplatesFactoryCreate Method

Creates a new template

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public static IPageTemplate Create(
	IContext ctx
)

Parameters

ctx
Type: AskiaCoreIContext
Context used by the template

Return Value

Type: IPageTemplate
Returns the newly created template
See Also