Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Michał B edited this page Sep 7, 2018 · 2 revisions

About

This class is a base class for: UserImage.

Properties

Type Name Description
int Id This is an id for given entity/object. Id is unique.
string ImageContent This is a content of the image. Content is intended for display to other users. Content is encoded as Base64 format.
DateTime CreatedAt This is the date and time when the image was created. It is set during image uploading.
DateTime UpdatedAt This is the date and time when the image was updated. It is set during creation for the first time. Each image update operation refreshes this property.

Clone this wiki locally