Class AssetContext

Implements methods for the asset context.

Inheritance
System.Object
AssetContext
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
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class AssetContext

Properties

Current

Gets the current.

Declaration
public static AssetContext Current { get; }
Property Value
Type Description
AssetContext

The current.

Methods

GetAssetSystemVersion(out Int32, out Int32, out Int32, out DateTime)

Declaration
public static int GetAssetSystemVersion(out int major, out int minor, out int patch, out DateTime installDate)
Parameters
Type Name Description
System.Int32 major
System.Int32 minor
System.Int32 patch
System.DateTime installDate
Returns
Type Description
System.Int32