Show / Hide Table of Contents

Class TabModule

Inheritance
object
TabModule
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Models
Assembly: DotNetNuke.Web.dll
Syntax
public class TabModule

Constructors

TabModule()

Declaration
public TabModule()

Properties

ModuleInfo

Declaration
public ModuleInfo ModuleInfo { get; set; }
Property Value
Type Description
ModuleInfo

ModuleVersion

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

TabInfo

Declaration
public TabInfo TabInfo { get; set; }
Property Value
Type Description
TabInfo

Extension Methods

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