Show / Hide Table of Contents

Class ModuleInstance

Inheritance
object
ModuleInstance
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
[DataContract]
public class ModuleInstance

Constructors

ModuleInstance()

Declaration
public ModuleInstance()

Properties

ModuleId

Declaration
[DataMember]
public int ModuleId { get; set; }
Property Value
Type Description
int

PageName

Declaration
[DataMember]
public string PageName { get; set; }
Property Value
Type Description
string

PagePath

Declaration
[DataMember]
public string PagePath { get; set; }
Property Value
Type Description
string

TabId

Declaration
[DataMember]
public int TabId { get; set; }
Property Value
Type Description
int

Extension Methods

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