C# (CSharp) DotNetNuke.Modules.dnnGlimpse Namespace

Nested Namespaces

DotNetNuke.Modules.dnnGlimpse.Components
DotNetNuke.Modules.dnnGlimpse.Security

Classes

Name Description
Settings
View The View class displays the content Typically your view control would be used to display content or functionality in your module. View may be the only control you have in your project depending on the complexity of your module Because the control inherits from dnnGlimpseModuleBase you have access to any custom properties defined there, as well as properties from DNN such as PortalId, ModuleId, TabId, UserId and many more.