Click or drag to resize
Askia

ControlsFactoryCreateFromDirectory Method

Creates a control from a directory

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public static IControlCreationResult CreateFromDirectory(
	IContext ctx,
	string directory
)

Parameters

ctx
Type: AskiaCoreIContext
Context used by the control
directory
Type: SystemString
Directory from which the control will be created

Return Value

Type: IControlCreationResult
Returns the newly created control
See Also