Click or drag to resize

AreaClient Methods

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The AreaClient type exposes the following members.

Methods
 NameDescription
Protected methodAddQueryParameter
(Inherited from ApiHandlerT)
Public methodCreate Creates an Area on the service.
Public methodCreateAsync Creates an Area on the service.
Public methodDelete Deletes an Area.
Public methodDeleteAsync Deletes an Area.
Public methodGet Returns an Area from the service
Public methodGetAsync Returns an Area from the service
Public methodIsInUse Checks if an Area contains any Forms
Public methodIsInUseAsync Checks if an Area contains any Forms
Public methodList Gets a list of all the Areas configured in Anysense
Public methodListAsync Gets a list of all the Areas configured in Anysense
Public methodRename Renames an Area on the service.
Public methodRenameAsync Renames an Area on the service.
Top
See Also