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 (
) or one level deeper (
). The returned value is a global value for this
object. You can set this value by calling one of the
methods of this
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
if the recursion level for a dependent object is the same as that of the independent object containing it;
if one level deeper.