Table of Contents

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

Gets or sets the link URL to the full-size photo.

public string Link { get; set; }

Property Value

string

Name

Gets or sets the name of the photo.

public string Name { get; set; }

Property Value

string

Tn

Gets or sets the thumbnail URL.

public string Tn { get; set; }

Property Value

string