Show / Hide Table of Contents

Class PromptModuleInfo

Inheritance
object
PromptModuleInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules.Prompt
Assembly: DotNetNuke.dll
Syntax
public class PromptModuleInfo

Constructors

PromptModuleInfo()

Declaration
public PromptModuleInfo()

Properties

AddedToPages

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

FriendlyName

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

ModuleDefId

Declaration
public int ModuleDefId { get; set; }
Property Value
Type Description
int

ModuleId

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

ModuleName

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

TabModuleId

Declaration
public int TabModuleId { get; set; }
Property Value
Type Description
int

Title

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

__ModuleId

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

__ModuleName

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

Methods

FromDnnModuleInfo(ModuleInfo, bool?)

Declaration
public static PromptModuleInfo FromDnnModuleInfo(ModuleInfo dnnModule, bool? deleted = null)
Parameters
Type Name Description
ModuleInfo dnnModule
bool? deleted
Returns
Type Description
PromptModuleInfo

Extension Methods

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