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)

ToggleSyntax

Visual Basic (Declaration)
Public Function GetLevelDependents As Nullable(Of Boolean)
C#
public Nullable<bool> GetLevelDependents()
Visual C++
public:
Nullable<bool> GetLevelDependents()
JavaScript
function getLevelDependents();

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.

ToggleSee Also