ActionItemBaseTAction, TCollectionDeserializeFile Method

Deserialize the contents of the supplied file.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected virtual TAction DeserializeFile(
	string content
)

Parameters

content  String
The JSON file content to deserialize.

Return Value

TAction
The deserialized top action from the file.

See Also