ReadOnly | Indicates whether the document is read-only, restricting modifications. |
InvisibleControls | Stores a serialized key-value string of components with Visible set to false, allowing their values to be restored during form initialization since they are not rendered on the UI. |
CanSaveAsDraft | Specifies whether the form document can be saved as a draft, if applicable. |
TokenId | The unique identifier associated with the secret token. |
DocumentId | Represents the unique identifier for the document associated with this form. |
OpenedBy | Indicates the user or system that opened the form, useful for tracking and access control. |
HasFormViewIgnored | Indicates whether certain form views are ignored for the document. |
LockedControlsHash | Stores a hashed key-value representation of server-protected form fields to ensure data integrity. Upon client submission, a new hash is generated and compared to detect unauthorized changes to values of controls where the Enabled property is set to false or the control is marked as ReadOnly. |
View | Specifies the view type for the document, controlling how it is displayed to users. |
Parameters | A dictionary of additional parameters associated with the form, allowing for extended customization. |
Validate | Determines whether the document should be validated before actions are performed. |
RandomValue | A randomly generated value, created when the secret is initialized. |