Folder
object from which the object inherits security (a security parent). This value is indirectly set when DefineSecurityParentage is specified as the value of the
parameter for the
method. The value, in this case, is the folder in which the object is filed.
You can designate multiple security parents for an object by using one or more object-valued properties and setting the
value for these properties to
.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SecurityFolder As IFolder |
C# |
---|
IFolder SecurityFolder { get; set; } |
C++ |
---|
property IFolder SecurityFolder abstract { IFolder get(); void set(IFolder value); } |
J# |
---|
/** property */ public IFolder get_SecurityFolder(); /** property */ public void set_SecurityFolder(IFolder value); |
JScript |
---|
public function get SecurityFolder() : IFolder public function set SecurityFolder(value : IFolder); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: true
Datatype: OBJECT
DeletionAction: NONE
IsHidden: true
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE_ACL
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Folder
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: LINK