Click or drag to resize

AskiaPortalInstanceFactoryDeserialize Method

Deserialize the string provided to the AskiaPortal instance data.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static IReturnValue<IAskiaPortalInstanceData> Deserialize(
	IContext context,
	string data
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution.
data
Type: SystemString
String to deserialize.

Return Value

Type: IReturnValueIAskiaPortalInstanceData
The data of the AskiaPortal instance.
See Also