Show / Hide Table of Contents

Class ModuleActionDto

Inheritance
object
ModuleActionDto
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Modules.Html5
Assembly: DotNetNuke.dll
Syntax
public class ModuleActionDto

Constructors

ModuleActionDto()

Declaration
public ModuleActionDto()

Properties

ControlKey

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

Icon

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

LocalResourceFile

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

Script

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

SecurityAccessLevel

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

Title

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

TitleKey

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

Extension Methods

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