PropertyAccessLevels class
Leave feedback
On this page
The PropertyAccessLevels type exposes the following members:
| Field | Description |
|---|---|
| READ | The property is read-only. |
| UPDATE | It is possible to update the property using the method. |
| REMOVE | The property can be removed through the method. |
| ADD | It is possible to update the property using the method. |
| ADD_OR_UPDATE | It is allowed to add and update the property. All other operations are restricted. |
| FULL | Grants full access to the property. |
- module
groupdocs.metadata.common
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.