Click or drag to resize

MediaData Class

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.
Class that contains information about a media
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.DataMediaData

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Data
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class MediaData

The MediaData type exposes the following members.

Constructors
 NameDescription
Public methodMediaDataInitializes a new instance of the MediaData class
Top
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