PropertyAccessLevels
Leave feedback
On this page
Defines access levels for metadata properties.
[Flags]
public enum PropertyAccessLevels
| Name | Value | Description |
|---|---|---|
| Read | 0 |
The property is read-only. |
| Update | 1 |
It is possible to update the property using the UpdateProperties method. |
| Remove | 2 |
The property can be removed through the RemoveProperties method. |
| Add | 4 |
It is possible to update the property using the AddProperties method. |
| Full | 7 |
Grants full access to the property. |
| AddOrUpdate | 5 |
It is allowed to add and update the property. All other operations are restricted. |
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata
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.