PropertyAccessLevels Enumeration |
Namespace: GroupDocs.Metadata.Common
Member name | Value | Description | |
---|---|---|---|
Read | 0 | The property is read-only. | |
Update | 1 | It is possible to update the property using the UpdateProperties(FuncMetadataProperty, Boolean, PropertyValue) method. | |
Remove | 2 | The property can be removed through the RemoveProperties(FuncMetadataProperty, Boolean) method. | |
Add | 4 | It is possible to update the property using the AddProperties(FuncMetadataProperty, Boolean, PropertyValue) 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. |