Class PublicPhoto
Represents the photo objects attached to an article
Inheritance
System.Object
PublicPhoto
Namespace: HuduAPI.Records
Assembly: HuduAPI.dll
Syntax
public class PublicPhoto
Properties
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |