Click or drag to resize

TextBlockMode Enumeration

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.
Defines the mode a FormElementTextBlock

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public enum TextBlockMode
Members
Member nameValueDescription
Text1 Text only (Name property)
Link2 Text (Name property) which toggles a link on click (Link property)
Image3 Text (Name property) and also an image (MediaId property)
Video4 Text (Name property) and also a video (MediaId property)
See Also