Returns whether the recursion level to use when retrieving a dependent object specified by this FilterElement object is the same as that of the independent object to which it belongs (True) or one level deeper (False).


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetLevelDependents() As Nullable(Of Boolean)
C#
public virtual Nullable<bool> GetLevelDependents()
C++
public:
 virtual Nullable<bool> GetLevelDependents()
J#
public virtual Nullable<bool> GetLevelDependents()
JScript
public virtual  function GetLevelDependents() : Nullable<bool>

Return Value

True if the recursion level for a dependent object is the same as that of the independent object containing it; False if it is one level deeper.

See Also