Click or drag to resize
BizFormUploadFileSerializerDeserialize Method
Deserializes text into a BizFormUploadFile instance.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public Object Deserialize(
	string text
)

Parameters

text
Type: SystemString
Text to be deserialized.

Return Value

Type: Object

Implements

IDataTypeTextSerializerDeserialize(String)
See Also