Show / Hide Table of Contents

Class ControlBarController.AddModuleDTO

Inheritance
object
ControlBarController.AddModuleDTO
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 ControlBarController.AddModuleDTO

Constructors

AddModuleDTO()

Declaration
public AddModuleDTO()

Properties

AddExistingModule

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

CopyModule

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

Module

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

Page

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

Pane

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

Position

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

Sort

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

Visibility

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

Extension Methods

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