Click or drag to resize

Utils_XmlLoadFromFile Method

Deserializes workflow markup from file into an FieldDefinition object.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool LoadFromFile(
	string fileName,
	Object robj,
	out Object obj,
	out Exception exception
)

Parameters

fileName
Type: SystemString
robj
Type: SystemObject
obj
Type: SystemObject
exception
Type: SystemException

Return Value

Type: Boolean
See Also