SaaS CMS has officially launched! Learn more now.

Class McScriptLoader.CacheItem

Inheritance
System.Object
McScriptLoader.CacheItem
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.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
protected class CacheItem

Constructors

CacheItem(String, String)

Initializes a new instance of the McScriptLoader.CacheItem class.

Declaration
public CacheItem(string Path, string versionUid)
Parameters
Type Name Description
System.String Path

The path.

System.String versionUid

The version uid.

Properties

Path

Gets or sets the path.

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

The path.

VersionUid

Gets or sets the version uid.

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

The version uid.