Click or drag to resize
Askia

IControlLoadFromFileAndExtract Method

Loads the control 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 control will be loaded
dstDirectory
Type: SystemString
Directory where the control will be extracted

Return Value

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