Table of Contents

Class PhotoToUpload

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a photo to be uploaded with path and metadata.

public class PhotoToUpload
Inheritance
PhotoToUpload
Derived
Inherited Members
Extension Methods

Properties

DateTaken

Gets or sets the date when the photo was taken.

public DateTime DateTaken { get; set; }

Property Value

DateTime

OriginalSize

Gets or sets the original size of the photo in bytes.

public int OriginalSize { get; set; }

Property Value

int

Path

Gets or sets the path to the photo file.

public string Path { get; set; }

Property Value

string

PathSanitized

Gets or sets the sanitized path to the photo file.

public string PathSanitized { get; set; }

Property Value

string