Unlike a dependently securable object, which inherits its security from a parent object, an independently securable object has its own Access Control List (ACL) that specifies its security and ensures that access rights are checked each time a user tries to access the object. As an example, a
object is the security parent of its dependent
objects. The value of this property is
if the given object's security is independently settable (as in the case of
) and is
if the object's security is inherited from a security parent (as in the case of a
).
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsSecurable As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsSecurable { get; } |
C++ |
---|
property Nullable<bool> IsSecurable abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsSecurable(); |
JScript |
---|
public function get IsSecurable() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ