Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Field and Description |
---|---|
static PropertyAccessLevels |
PropertyAccessLevels.Add
It is possible to update the property using the
MetadataPackage.AddProperties method. |
static PropertyAccessLevels |
PropertyAccessLevels.AddOrUpdate
It is allowed to add and update the property.
|
static PropertyAccessLevels |
PropertyAccessLevels.Full
Grants full access to the property.
|
static PropertyAccessLevels |
PropertyAccessLevels.Read
The property is read-only.
|
static PropertyAccessLevels |
PropertyAccessLevels.Remove
The property can be removed through the
MetadataPackage.RemoveProperties method. |
static PropertyAccessLevels |
PropertyAccessLevels.Update
It is possible to update the property using the
MetadataPackage.UpdateProperties method. |
Modifier and Type | Method and Description |
---|---|
PropertyAccessLevels |
PropertyDescriptor.getAccessLevel()
Gets the property access level.
|
static PropertyAccessLevels |
PropertyAccessLevels.getByRawValue(int rawValue) |