Class ModuleActionDto
Inheritance
System.Object
ModuleActionDto
Assembly: DotNetNuke.dll
Syntax
public class ModuleActionDto : object
Properties
|
Improve this Doc
View Source
ControlKey
Declaration
public string ControlKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Script
Declaration
public string Script { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SecurityAccessLevel
Declaration
public string SecurityAccessLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TitleKey
Declaration
public string TitleKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods