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.ActionAssembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetDefineSecurityParentage() As Nullable(Of Boolean) |
C# |
---|
public virtual Nullable<bool> GetDefineSecurityParentage() |
C++ |
---|
public: virtual Nullable<bool> GetDefineSecurityParentage() |
J# |
---|
public virtual Nullable<bool> GetDefineSecurityParentage() |
JScript |
---|
public virtual
function GetDefineSecurityParentage() : Nullable<bool> |
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
.
See Also