| PageTemplatesFactoryCreateFromDirectory Method |
Creates a template from a directory
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public static IPageTemplateCreationResult CreateFromDirectory(
IContext ctx,
string directory
)
Public Shared Function CreateFromDirectory (
ctx As IContext,
directory As String
) As IPageTemplateCreationResult
public:
static IPageTemplateCreationResult^ CreateFromDirectory(
IContext^ ctx,
String^ directory
)
Parameters
- ctx
- Type: AskiaCoreIContext
Context used by the template - directory
- Type: SystemString
Directory from which the template will be created
Return Value
Type:
IPageTemplateCreationResultReturns the newly created template
See Also