Data |
The DataClient type exposes the following members.
Name | Description | |
---|---|---|
AddQueryParameter | (Inherited from ApiHandlerT) | |
CancelEdit | Deletes files the submitted medias that has been uploading during an edit | |
CancelEditAsync | Deletes files the submitted medias that has been uploading during an edit | |
Delete | Deletes data | |
DeleteAsync | Deletes data | |
DeletedForSubform | Returns a page of deleted data, that is subformdata to a given FormData object | |
DeletedForSubformAsync | Returns a page of deleted data, that is subformdata to a given FormData object | |
DeletePermanent | Deletes multiple formdata rows permanently - they cannot be restored. Rows must have been marked at deleted before calling DeletePermanent. | |
DeletePermanentAsync | Deletes multiple formdata rows permanently - they cannot be restored. Rows must have been marked at deleted before calling DeletePermanent. | |
EmptyRecycleBin | Empties the recyclebin for at given form. Deletes all formdata marked as deleted permanently - they cannot be restored. | |
EmptyRecycleBinAsync | Empties the recyclebin for at given form. Deletes all formdata marked as deleted permanently - they cannot be restored. | |
EmptyRecycleBinForSubform | Empties the recyclebin for a subform of the specific FormData object. Deletes all subformdata marked as deleted permanently - they cannot be restored. | |
EmptyRecycleBinForSubformAsync | Empties the recyclebin for a subform of the specific FormData object. Deletes all subformdata marked as deleted permanently - they cannot be restored. | |
History | Gets all versions of a given formdata object. If RowVersion is submitted, the result-set are limited to versions newer than the submitted. | |
HistoryAsync | Gets all versions of a given formdata object. If RowVersion is submitted, the result-set are limited to versions newer than the submitted. | |
HistoryCount | Get a total number of previous versions of a given formdata object. | |
HistoryCountAsync | Get a total number of previous versions of a given formdata object. | |
MassEdit | Updates all rows matching the submitted filter with the submitted values.. | |
MassEditAsync | Updates all rows matching the submitted filter with the submitted values.. | |
RestoreHistory | Restores a FormData object to a previous version and returns the restored Formdata | |
RestoreHistoryAsync | Restores a FormData object to a previous version and returns the restored Formdata | |
Save | Saves data | |
SaveAsync | Saves data | |
SaveInTransaction | Saves multiple FormData objects in a single transaction. If one fails, everyone fails. | |
SaveInTransactionAsync | Saves multiple FormData objects in a single transaction. If one fails, everyone fails. | |
SaveMultiple | Saves multiple formdata objects | |
SaveMultipleAsync | Saves multiple formdata objects | |
Search | Gets data for a given form. | |
SearchAsync | Gets data for a given form. | |
SetArchived | Toggles "Archived" for mulitple FormData objects | |
SetArchivedAsync | Toggles "Archived" for mulitple FormData objects | |
SetDeleted | Toggles "Deleted" for mulitple FormData objects | |
SetDeletedAsync | Toggles "Deleted" for mulitple FormData objects | |
Specific | Returns a specific version of a single FormData-object. If no RowVersion is defined, the newest version of the row will be returned. When calling API 1.24 and above, the requesting client can request data by submitting the ClientId instead of the DataId. If a DataId is submitted the submitted ClientId is ignored, so both will never be used. | |
SpecificAsync | Returns a specific version of a single FormData-object. If no RowVersion is defined, the newest version of the row will be returned. When calling API 1.24 and above, the requesting client can request data by submitting the ClientId instead of the DataId. If a DataId is submitted the submitted ClientId is ignored, so both will never be used. | |
Synchronize | Gets data for multiple forms | |
SynchronizeAsync | Gets data for multiple forms |