TaskInfoParse(Type, String) Method

Definition

Namespace: MFiles.VAF.AppTasks
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static TaskInfo Parse(
	Type directiveType,
	string json
)

Parameters

directiveType  Type
 
json  String
 

Return Value

TaskInfo

See Also