Class CSSImagePaths
Represents the CMS paths to various icons.
Inheritance
System.Object
CSSImagePaths
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class CSSImagePaths : Object
Constructors
CSSImagePaths()
Declaration
public CSSImagePaths()
Properties
HeaderIcon
CMS path to header nav bar logo.
Declaration
public string HeaderIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Icon
CMS path to main logo.
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoginIcon
CMS path to larger login screen logo.
Declaration
public string LoginIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NavIcon
CMS path to smaller navigation logo.
Declaration
public string NavIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |