Class ModuleServiceController.MoveModuleDTO
Inheritance
ModuleServiceController.MoveModuleDTO
Assembly: DotNetNuke.Web.dll
Syntax
public class ModuleServiceController.MoveModuleDTO
Constructors
MoveModuleDTO()
Declaration
Properties
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
ModuleOrder
Declaration
public int ModuleOrder { get; set; }
Property Value
Pane
Declaration
public string Pane { get; set; }
Property Value
TabId
Declaration
public int TabId { get; set; }
Property Value
Extension Methods