public final class PropertyAccessLevels
extends com.aspose.ms.System.Enum
Defines access levels for metadata properties.
Modifier and Type | Field and Description |
---|---|
static int |
Add
It is possible to update the property using the
MetadataPackage.AddProperties method. |
static int |
AddOrUpdate
It is allowed to add and update the property.
|
static int |
Full
Grants full access to the property.
|
static int |
Read
The property is read-only.
|
static int |
Remove
The property can be removed through the
MetadataPackage.RemoveProperties method. |
static int |
Update
It is possible to update the property using the
MetadataPackage.UpdateProperties method. |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Read
The property is read-only.
public static final int Update
It is possible to update the property using the MetadataPackage.UpdateProperties
method.
public static final int Remove
The property can be removed through the MetadataPackage.RemoveProperties
method.
public static final int Add
It is possible to update the property using the MetadataPackage.AddProperties
method.
public static final int Full
Grants full access to the property.
public static final int AddOrUpdate
It is allowed to add and update the property. All other operations are restricted.