Class ElementStatus
Represents the status of a content element.
Inheritance
System.Object
ElementStatus
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class ElementStatus : Enum
Fields
Deleted
The element has been deleted.
Declaration
public const ElementStatus Deleted
Field Value
| Type | Description |
|---|---|
| ElementStatus |
New
The element is newly created.
Declaration
public const ElementStatus New
Field Value
| Type | Description |
|---|---|
| ElementStatus |
NoChange
The element has not been changed since it was created.
Declaration
public const ElementStatus NoChange
Field Value
| Type | Description |
|---|---|
| ElementStatus |
Updated
The element has been updated.
Declaration
public const ElementStatus Updated
Field Value
| Type | Description |
|---|---|
| ElementStatus |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |