Click or drag to resize
Askia

IPageTemplateLoadFromFileAndExtract Method

Loads the template from a file and extract its content to a directory

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool LoadFromFileAndExtract(
	string srcPath,
	string dstDirectory
)

Parameters

srcPath
Type: SystemString
Path of the file from which the template will be loaded
dstDirectory
Type: SystemString
Directory where the template will be extracted

Return Value

Type: Boolean
Return a boolean representing the success of the operation
See Also