Form Class |
public class Form
The Form type exposes the following members.
Name | Description | |
---|---|---|
Form | Initializes a new instance of this class | |
Form(Int64, String, Int64, VersionElement) | Initializes a new instance of this class |
Name | Description | |
---|---|---|
Area | Defines an Area for which the app is listed. This is used for organizing app-lists. | |
Category | Defines the Category which is appliable for some specific FormTypes. This is an internal value, and should never be changed by a third-party integration. | |
FormId | Unique form ID | |
FormName | Name of the form | |
FormType | Defines the form type. 0 is a regular form, 1 if it is a form managed by Workflow Service. Forms managed by Workflow Service is locked for editing in the FormDesigner, and should not be updated by third-party integrations neither. | |
Groups | List of Groups who has access to the form | |
LastDataUpdate | Obsolete. The date when the formdata was last changed (Add/Edit/Delete) Note: In API v1.19 RowCountAndLastDataUpdate has been removed from this and all previous versions due to technical limitions. Implement newest API version if neccesary. | |
LastUpdated | The date when the form was last updated | |
NewestVersionId | Defines the newest ID of this form | |
PendingDelete | Defines if the form has been marked for deletion | |
RowCount | Obsolete. Total number of datarows Note: In API v1.19 RowCountAndLastDataUpdate has been removed from this and all previous versions due to technical limitions. Implement newest API version if neccesary. | |
RowVersion | Current version of the form properties (versionlist, name, etc) | |
Type | Defines the Form type. For apps created by thirdparty this value should alway be Standard (0). All FormTypes other than Standard (0) is locked for editing in the FormDesigner, and should not be updated by third-party integrations neither. | |
Users | List of Users who has access to the form (not including users in groups) | |
Version | The version element containing all formelements | |
VersionList | List of different versions of this form. Key is the version ID DateTime is the date of creation |