Class MediaItemReference
References a media item and additional effects that should be applied to the item
Inheritance
System.Object
MediaItemReference
Namespace: ImageVault.Client.Descriptors
Assembly: ImageVault.Client.dll
Syntax
public class MediaItemReference : Object
Constructors
MediaItemReference()
Default constructor
Declaration
public MediaItemReference()
MediaItemReference(Int32, IList<Effect>, IList<Effect>)
Creates a MediaItemReference instance
Declaration
public MediaItemReference(int id, IList<Effect> editorialEffects = null, IList<Effect> settingsEffects = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | |
System.Collections.Generic.IList<Effect> | editorialEffects | |
System.Collections.Generic.IList<Effect> | settingsEffects |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
EditorialEffects
Any editorial effects that should be applied
Declaration
public IList<Effect> EditorialEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Effect> |
Remarks
Editorial effects are applied to conversion if
Id
The media item id that the item refers to
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SettingsEffects
Any settings effect that should be applied
Declaration
public IList<Effect> SettingsEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Effect> |