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)

Syntax

Visual Basic (Declaration)
Public Enum DefineSecurityParentage
C#
public enum DefineSecurityParentage
C++
public enum class DefineSecurityParentage
J#
public enum DefineSecurityParentage
JScript
public enum DefineSecurityParentage

Members

Member NameDescription
DO_NOT_DEFINE_SECURITY_PARENTAGESpecifies that security is to be inherited from the referenced parent (container).
DEFINE_SECURITY_PARENTAGESpecifies that security is not to be inherited from the referenced parent (container).

See Also