Click or drag to resize

ISurveySetSerializedData Method

Set the serialized version of the survey.
It will not save the change in the database unless you explicitly call the Save method.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue SetSerializedData(
	byte[] serializedData
)

Parameters

serializedData
Type: SystemByte
Serialized version of the survey.

Return Value

Type: IReturnValue
Returns successful value if the user in the context have enough right to edit the survey.
See Also