Show / Hide Table of Contents

Class ChangeControlState

Inheritance
object
ChangeControlState
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Tabs.Dto
Assembly: DotNetNuke.dll
Syntax
public class ChangeControlState

Constructors

ChangeControlState()

Declaration
public ChangeControlState()

Properties

IsChangeControlEnabledForTab

Declaration
public bool IsChangeControlEnabledForTab { get; }
Property Value
Type Description
bool

IsVersioningEnabledForTab

Declaration
public bool IsVersioningEnabledForTab { get; set; }
Property Value
Type Description
bool

IsWorkflowEnabledForTab

Declaration
public bool IsWorkflowEnabledForTab { get; set; }
Property Value
Type Description
bool

PortalId

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

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