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, or combinations of access rights and levels, use the
and
classes in the
package. You can:
- set the value of the
property when creating a given propertyModificationAccessRequired - modify its value after creating the given property
- modify its value on the
object when creating a document class.ClassDefinition
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ModificationAccessRequired As Nullable(Of Integer) |
C# |
---|
Nullable<int> ModificationAccessRequired { get; set; } |
C++ |
---|
property Nullable<int> ModificationAccessRequired abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_ModificationAccessRequired(); /** property */ public void set_ModificationAccessRequired(Nullable<int> value); |
JScript |
---|
public function get ModificationAccessRequired() : Nullable<int> public function set ModificationAccessRequired(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ