Show / Hide Table of Contents

Class StylesheetDto

Inheritance
object
StylesheetDto
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke.dll
Syntax
public class StylesheetDto

Constructors

StylesheetDto()

Declaration
public StylesheetDto()

Properties

Path

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

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

Provider

Declaration
public string Provider { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS