Class CmsCascadingStyleSheet
The Object Type 301.
Object type to define CSS style sheets for rendering of Razor Views, Visual Components etc.
Inheritance
CmsCascadingStyleSheet
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsCascadingStyleSheet : CmsObject
Properties
CascadingStyleSheetCode
Get or set value of attribute 3013
Declaration
public string CascadingStyleSheetCode { get; set; }
Property Value
CascadingStyleSheetFramework
Get or set value of attribute 3012
Declaration
public string CascadingStyleSheetFramework { get; set; }
Property Value
CascadingStyleSheetURL
Get or set value of attribute 3011
Declaration
public string CascadingStyleSheetURL { get; set; }
Property Value
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
Methods
GetAttributeDescription(int)
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
GetAttributeName(int)
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
SetAttributeDescription(int, string)
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|
SetAttributeName(int, string)
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|