Class SkinObjectBase
The SkinObject class defines a custom base class inherited by all skin and container objects within the Portal.
Implements
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinObjectBase : UserControl, ISkinControl
Properties
| Improve this Doc View SourceAdminMode
Gets a value indicating whether we are in Admin Mode.
Declaration
public bool AdminMode { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModuleControl
Gets or sets the associated ModuleControl for this SkinControl.
Declaration
public IModuleControl ModuleControl { get; set; }
Property Value
Type | Description |
---|---|
IModuleControl |
PortalSettings
Gets the portal Settings for this Skin Control.
Declaration
public PortalSettings PortalSettings { get; }
Property Value
Type | Description |
---|---|
PortalSettings |