Returns whether the recursion level that the property filter uses when retrieving a dependent object is the same as that of the independent object to which it belongs (True) or one level deeper (False). The returned value is a global value for this PropertyFilter object. You can set this value by calling one of the SetLevelDependents methods of this PropertyFilter object.


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

Syntax

Visual Basic (Declaration)
Public Function GetLevelDependents() As Nullable(Of Boolean)
C#
public Nullable<bool> GetLevelDependents()
C++
public:
 Nullable<bool> GetLevelDependents() sealed 
J#
public Nullable<bool> GetLevelDependents()
JScript
public  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 one level deeper.

See Also