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.Meta- 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) |
---|
ReadOnly Property ModificationAccessRequired As Nullable(Of Integer) |
C# |
---|
Nullable<int> ModificationAccessRequired { get; } |
Visual C++ |
---|
property Nullable<int> ModificationAccessRequired { Nullable<int> get (); } |
JavaScript |
---|
function get_modificationAccessRequired(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ