Class Brochure
Represents Product documentation related information
Constructors
Brochure()
Declaration
public Brochure()
Properties
DownloadUri
The path to the file
Declaration
public Uri DownloadUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Id
The brochure id
Declaration
public override long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |