London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class AssetWrapper

Wraps information about an imported asset.

Inheritance
System.Object
AssetWrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Assets.Import
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class AssetWrapper
Remarks

Used to carry light-weight information to associate with the products in ECF.

Constructors

AssetWrapper()

Declaration
public AssetWrapper()

Properties

AssetKey

Gets or sets the string representation of the asset key.

Declaration
public string AssetKey { get; set; }
Property Value
Type Description
System.String

The asset key.

Group

Gets or sets the asset group that this asset belongs to.

Declaration
public string Group { get; set; }
Property Value
Type Description
System.String

The asset group.