LockingValues enumeration

Office 2013 and later

Defines the LockingValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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: