Forms |
public class FormsClient : ApiHandler<ApiClient>
The FormsClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AddQueryParameter | (Inherited from ApiHandlerT) | |
| All | Returns a list of forms from the server This method does not return details like form-elements and settings, but do return details about users and groups that have been assigned to the form. | |
| AllAsync | Returns a list of forms from the server This method does not return details like form-elements and settings, but do return details about users and groups that have been assigned to the form. | |
| Assigned | Get a list of forms assigned to the calling user. This method does not return details like form-elements and settings. | |
| AssignedAsync | Get a list of forms assigned to the calling user. This method does not return details like form-elements and settings. | |
| CheckAllForms | Gets all forms, and all their versions, in the system. | |
| CheckAllFormsAsync | Gets all forms, and all their versions, in the system. | |
| CheckChanges | Checks if the changes to the submitted form will result in the a new version if saved | |
| CheckChangesAsync | Checks if the changes to the submitted form will result in the a new version if saved | |
| CheckForms | Gets forms assigned to the user. The method returns only the forms, that has been changed since last request (if rowversion is submitted) | |
| CheckFormsAsync | Gets forms assigned to the user. The method returns only the forms, that has been changed since last request (if rowversion is submitted) | |
| Delete | Moves a Form to the recyclebin | |
| DeleteAsync | Moves a Form to the recyclebin | |
| Deleted | Returns the content of the Form recyclebin | |
| DeletedAsync | Returns the content of the Form recyclebin | |
| DeletePermanent | Deletes the submitted Forms permanently. They cannot be restored. | |
| DeletePermanentAsync | Deletes the submitted Forms permanently. They cannot be restored. | |
| Get | Gets a single form. If no VersionId is submitted (-1), the newest version of the form is returned. If requested form is a table, the newest template version is returned. | |
| GetAsync | Gets a single form. If no VersionId is submitted (-1), the newest version of the form is returned. If requested form is a table, the newest template version is returned. | |
| HasAccess | Checks if the current user (or client) has access to the given form | |
| HasAccessAsync | Checks if the current user (or client) has access to the given form | |
| IsNameAvailable | Checks if there is a form with that name | |
| IsNameAvailableAsync | Checks if there is a form with that name | |
| Log | Returns a log, which contains all events that has happened to a form | |
| LogAsync | Returns a log, which contains all events that has happened to a form | |
| LookupUsage | Gets a list of users and groups that uses a form as Lookup form. | |
| LookupUsageAsync | Gets a list of users and groups that uses a form as Lookup form. | |
| NewestSubFormTemplateVersion | Gets the versionid of the newest subform version available for templating | |
| NewestSubFormTemplateVersionAsync | Gets the versionid of the newest subform version available for templating | |
| Restore | Moves a list of Forms out of the recyclebin | |
| RestoreAsync | Moves a list of Forms out of the recyclebin | |
| Save | Creates or updates a form | |
| SaveAsync | Creates or updates a form | |
| Stats(GetFormStatsRequest) | Returns statistics about a given form Note: If the calling user is has a filter assigned, this will be a applied to the stats. | |
| Stats(Int64, Int64) | Returns statistics about a given form Note: If the calling user is has a filter assigned, this will be a applied to the stats. | |
| StatsAsync(GetFormStatsRequest) | Returns statistics about a given form Note: If the calling user is has a filter assigned, this will be a applied to the stats. | |
| StatsAsync(Int64, Int64) | Returns statistics about a given form Note: If the calling user is has a filter assigned, this will be a applied to the stats. | |
| Subforms | Return all tables from the server | |
| SubformsAsync | Return all tables from the server | |
| UserAccessList | Returns a list of users, which has access to a given form - either by user assignment or group membership | |
| UserAccessListAsync | Returns a list of users, which has access to a given form - either by user assignment or group membership |