A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.8.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.