Class AssetConversion
Inheritance
System.Object
AssetConversion
Assembly: ImageVault.Common.dll
Syntax
public class AssetConversion : Object
Constructors
AssetConversion()
Declaration
AssetConversion(AssetConversion)
Declaration
public AssetConversion(AssetConversion a)
Parameters
Properties
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
DirectRendererId
Id of renderer to use to render the media
Declaration
public string DirectRendererId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int FormatId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Height
Declaration
public Nullable<int> Height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Html
Declaration
public string Html { get; set; }
Property Value
Type |
Description |
System.String |
|
RendererData
Values passed to the renderer
Declaration
public string RendererData { get; set; }
Property Value
Type |
Description |
System.String |
|
RendererId
Id of renderer to use to render the media
Declaration
public string RendererId { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public Nullable<int> Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods