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