LockingValues enumeration
Office 2013 and later
Defines the LockingValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| SdtLocked | SDT Cannot Be Deleted. When the item is serialized out as xml, its value is "sdtLocked". | |
| ContentLocked | Contents Cannot Be Edited At Runtime. When the item is serialized out as xml, its value is "contentLocked". | |
| Unlocked | No Locking. When the item is serialized out as xml, its value is "unlocked". | |
| SdtContentLocked | Contents Cannot Be Edited At Runtime And SDT Cannot Be Deleted. When the item is serialized out as xml, its value is "sdtContentLocked". |
Show: