Show / Hide Table of Contents

Class ModuleServiceController.MoveModuleDTO

Inheritance
object
ModuleServiceController.MoveModuleDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
public class ModuleServiceController.MoveModuleDTO

Constructors

MoveModuleDTO()

Declaration
public MoveModuleDTO()

Properties

ModuleId

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

ModuleOrder

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

Pane

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

TabId

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

Extension Methods

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