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
OriginalSize
Gets or sets the original size of the photo in bytes.
public int OriginalSize { get; set; }
Property Value
Path
Gets or sets the path to the photo file.
public string Path { get; set; }
Property Value
PathSanitized
Gets or sets the sanitized path to the photo file.
public string PathSanitized { get; set; }