SaaS CMS has officially launched! Learn more now.

Class SecurityPathTemplateSource

Inheritance
System.Object
SecurityPathTemplateSource
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.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class SecurityPathTemplateSource : IPathTemplateSource

Constructors

SecurityPathTemplateSource()

Declaration
public SecurityPathTemplateSource()

Methods

GetValue(String)

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