Class ControlBarController.AddModuleDTO
Inheritance
ControlBarController.AddModuleDTO
Assembly: DotNetNuke.Web.dll
Syntax
public class ControlBarController.AddModuleDTO
Constructors
AddModuleDTO()
Declaration
Properties
AddExistingModule
Declaration
public string AddExistingModule { get; set; }
Property Value
CopyModule
Declaration
public string CopyModule { get; set; }
Property Value
Module
Declaration
public string Module { get; set; }
Property Value
Page
Declaration
public string Page { get; set; }
Property Value
Pane
Declaration
public string Pane { get; set; }
Property Value
Position
Declaration
public string Position { get; set; }
Property Value
Sort
Declaration
public string Sort { get; set; }
Property Value
Visibility
Declaration
public string Visibility { get; set; }
Property Value
Extension Methods