ActionItemBaseTAction, TCollectionDeserializeFile Method
Deserialize the contents of the supplied file.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected virtual TAction DeserializeFile(
string content
)
Protected Overridable Function DeserializeFile (
content As String
) As TAction
No code example is currently available or this language may not be supported.
- content String
-
The JSON file content to deserialize.
TAction
The deserialized top action from the file.