json form of FormFieldUpdateRequestCtx structure.

In This Topic

formfieldupdate Method

In This Topic
Formfield update.
Syntax
'Declaration
 
Public Shared Function formfieldupdate( _
   ByVal jsonString As Object _
) As String
public static string formfieldupdate( 
   object jsonString
)

Parameters

jsonString
json form of FormFieldUpdateRequestCtx structure.

Return Value

StatusResponse or FormFieldUpdateResponse.
See Also