SaaS CMS has officially launched! Learn more now.

Class DateTimePathTemplateSource

Inheritance
System.Object
DateTimePathTemplateSource
Implements
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
public class DateTimePathTemplateSource : IPathTemplateSource

Constructors

DateTimePathTemplateSource()

Initializes a new instance of the DateTimePathTemplateSource class.

Declaration
public DateTimePathTemplateSource()

Methods

GetValue(String)

Gets the value.

Declaration
public virtual object GetValue(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Object

Explicit Interface Implementations

IPathTemplateSource.GetValue(String)

Declaration
object IPathTemplateSource.GetValue(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Object

Implements