Returns whether the recursion level to use when retrieving a dependent object specified by this
object is the same as that of the independent object to which it belongs (
) or one level deeper (
).
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
if the recursion level for a dependent object is the same as that of the independent object containing it;
if it is one level deeper.