Table of Contents

Class PasswordEditor

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents a password editor.

[Editor("Password")]
public class PasswordEditor : StringEditor
Inheritance
PasswordEditor
Inherited Members

Constructors

PasswordEditor()

Initializes a new instance of an object.

public PasswordEditor()

Properties

Mode

Gets the editor mode.

public override TextEditorMode Mode { get; }

Property Value

TextEditorMode
To top