Class StylesheetDto
Inheritance
System.Object
StylesheetDto
Assembly: DotNetNuke.dll
Syntax
public class StylesheetDto : object
Properties
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Priority
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Provider
Declaration
public string Provider { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods