Exposes constants that specify whether the SecurityFolder property of the object referenced by the ReferentialContainmentRelationship object's Head property is set to the Folder object referenced by the ReferentialContainmentRelationship object's Tail property. Use these constants when calling the Folder.file method to add a new object to a folder, or when calling createInstance to create a ReferentialContainmentRelationship object.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration DefineSecurityParentage
C#
public enum DefineSecurityParentage
Visual C++
public enum class DefineSecurityParentage
JavaScript
FileNet.Api.Constants.DefineSecurityParentage = function();
FileNet.Api.Constants.DefineSecurityParentage.createEnum('FileNet.Api.Constants.DefineSecurityParentage', false);

ToggleMembers

TypeMember nameDescription
DO_NOT_DEFINE_SECURITY_PARENTAGE
Specifies that security is not to be inherited from the referenced parent (container).
DEFINE_SECURITY_PARENTAGE
Specifies that security is to be inherited from the referenced parent (container).

ToggleSee Also