Class ContainerServerActionSettingsModel
Interface for a class ContainerServerActionSettings.
Inheritance
System.Object
ContainerServerActionSettingsModel
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ContainerServerActionSettingsModel : Object
Constructors
ContainerServerActionSettingsModel()
Declaration
public ContainerServerActionSettingsModel()
Properties
Import
Specifies the load action of Document Editor.
Declaration
public string Import { get; set; }
Property Value
Type |
---|
System.String |
RestrictEditing
Specifies the restrict editing encryption/decryption action of Document Editor.
Declaration
public string RestrictEditing { get; set; }
Property Value
Type |
---|
System.String |
SpellCheck
Specifies the spell check action of Document Editor.
Declaration
public string SpellCheck { get; set; }
Property Value
Type |
---|
System.String |
SpellCheckByPage
Specifies the spell check by page action of Document Editor.
Declaration
public string SpellCheckByPage { get; set; }
Property Value
Type |
---|
System.String |
SystemClipboard
Specifies the system clipboard action of Document Editor.
Declaration
public string SystemClipboard { get; set; }
Property Value
Type |
---|
System.String |
Methods
Equals(ContainerServerActionSettingsModel)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ContainerServerActionSettingsModel containerServerActionSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
ContainerServerActionSettingsModel | containerServerActionSettingsModel | An ContainerServerActionSettingsModel to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |