Defines whether a given folder can inherit permissions from its parent folder.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property InheritParentPermissions As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> InheritParentPermissions { get; set; } |
C++ |
---|
property Nullable<bool> InheritParentPermissions abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_InheritParentPermissions(); /** property */ public void set_InheritParentPermissions(Nullable<bool> value); |
JScript |
---|
public function get InheritParentPermissions() : Nullable<bool> public function set InheritParentPermissions(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE_ACL
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ