Class Asset
Inheritance
System.Object
Asset
Assembly: ImageVault.Common.dll
Syntax
public class Asset : Object
Constructors
Asset()
Declaration
Asset(Asset)
Declaration
Parameters
Type |
Name |
Description |
Asset |
a |
|
Properties
Access
The VaultRoles access level that the user has for the asset
Declaration
public Nullable<VaultRoles> Access { get; set; }
Property Value
AspectRatio
Aspect ratio of the asset.
Declaration
public double AspectRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
CanBeDownloaded
True if the original content can be downloaded
Declaration
public bool CanBeDownloaded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Categories
Declaration
public List<AssetCategory> Categories { get; set; }
Property Value
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Conversions
Declaration
public List<AssetConversion> Conversions { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsPublished
Declaration
public bool IsPublished { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsShared
Declaration
public bool IsShared { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<AssetMetadata> Metadata { get; set; }
Property Value
Modified
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SuggestionData
Declaration
public string[] SuggestionData { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Symbols
Declaration
public List<AssetSymbol> Symbols { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<AssetSymbol> |
|
VaultId
Declaration
public int VaultId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VersionId
Declaration
public int VersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods