Click or drag to resize

MediaData Properties

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 MediaData type exposes the following members.

Properties
 NameDescription
Public propertyFilename The original filename of the file
Public propertyImage_Height Holds the height, if the media is an image
Public propertyImage_Width Holds the width, if the media is an image
Public propertyMediaId The id of the media
Public propertyMIMEType The MIME-type of the file
Public propertySize The size of the file in bytes
Public propertyThumbnailObsolete.
A thumbnail of the media
Public propertyVersionIdObsolete.
The versionid of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form that the media is associated with
Top
See Also