Show / Hide Table of Contents

Class DnnConfirmPasswordOptions

Inheritance
object
DnnConfirmPasswordOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class DnnConfirmPasswordOptions

Constructors

DnnConfirmPasswordOptions()

Declaration
public DnnConfirmPasswordOptions()

Fields

ConfirmPasswordMatchedText

Declaration
[DataMember(Name = "confirmPasswordMatchedText")]
public string ConfirmPasswordMatchedText
Field Value
Type Description
string

ConfirmPasswordUnmatchedText

Declaration
[DataMember(Name = "confirmPasswordUnmatchedText")]
public string ConfirmPasswordUnmatchedText
Field Value
Type Description
string

ContainerSelector

Declaration
[DataMember(Name = "containerSelector")]
public string ContainerSelector
Field Value
Type Description
string

FirstElementSelector

Declaration
[DataMember(Name = "firstElementSelector")]
public string FirstElementSelector
Field Value
Type Description
string

MatchedCssClass

Declaration
[DataMember(Name = "matchedCssClass")]
public string MatchedCssClass
Field Value
Type Description
string

SecondElementSelector

Declaration
[DataMember(Name = "secondElementSelector")]
public string SecondElementSelector
Field Value
Type Description
string

UnmatchedCssClass

Declaration
[DataMember(Name = "unmatchedCssClass")]
public string UnmatchedCssClass
Field Value
Type Description
string

Extension Methods

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