Class PGPhoto
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a photo from a photo gallery with link and thumbnail information.
public class PGPhoto
- Inheritance
-
PGPhoto
- Inherited Members
- Extension Methods
Properties
Link
Gets or sets the link URL to the full-size photo.
public string Link { get; set; }
Property Value
Name
Gets or sets the name of the photo.
public string Name { get; set; }
Property Value
Tn
Gets or sets the thumbnail URL.
public string Tn { get; set; }