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
)
Function SetSerializedData (
serializedData As Byte()
) As IReturnValue
IReturnValue^ SetSerializedData(
array<unsigned char>^ serializedData
)
Parameters
- serializedData
- Type: SystemByte
Serialized version of the survey.
Return Value
Type:
IReturnValueReturns successful value if the user in the context have enough right to edit the survey.
See Also