Area |
public class AreaClient : ApiHandler<ApiClient>
The AreaClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AddQueryParameter | (Inherited from ApiHandlerT) | |
| Create | Creates an Area on the service. | |
| CreateAsync | Creates an Area on the service. | |
| Delete | Deletes an Area. | |
| DeleteAsync | Deletes an Area. | |
| Get | Returns an Area from the service | |
| GetAsync | Returns an Area from the service | |
| IsInUse | Checks if an Area contains any Forms | |
| IsInUseAsync | Checks if an Area contains any Forms | |
| List | Gets a list of all the Areas configured in Anysense | |
| ListAsync | Gets a list of all the Areas configured in Anysense | |
| Rename | Renames an Area on the service. | |
| RenameAsync | Renames an Area on the service. |