| 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
)
Function Create (
name As String
) As IPageTemplate
IPageTemplate^ Create(
String^ name
)
Parameters
- name
- Type: SystemString
Name of the template to create
Return Value
Type:
IPageTemplateReturns the newly created template
See Also