Returns a Boolean value indicating whether the security parentage should be automatically set.

This method is only valid for ReferentialContainmentRelationship and DynamicReferentialContainmentRelationship objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetDefineSecurityParentage As Nullable(Of Boolean)
C#
public virtual Nullable<bool> GetDefineSecurityParentage()
Visual C++
public:
virtual Nullable<bool> GetDefineSecurityParentage()
JavaScript
function getDefineSecurityParentage();

Return Value

Returns True if the SecurityParent property of the object pointed to by the ReferentialContainmentRelationship object's Head property is set to the ReferentialContainmentRelationship object (in the same transaction). Otherwise, returns False.

ToggleSee Also