Specifies the access rights that are required to change the value of a given property on the object
instances on which the property occurs. To specify access rights, use the AccessRight
class in the com.filenet.api.constants package. You can:
Namespace:
FileNet.Api.Admin- set the value of the ModificationAccessRequired property when creating a given property
- modify its value after creating the given property
- modify its value on the ClassDefinition object when creating a document class.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ModificationAccessRequired As Nullable(Of Integer) |
C# |
---|
Nullable<int> ModificationAccessRequired { get; set; } |
Visual C++ |
---|
property Nullable<int> ModificationAccessRequired { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_modificationAccessRequired(); function set_modificationAccessRequired(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ