Sets 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 value set is the global value for this
object. If the filter element of a property has a value for
, the server uses the filter element's value instead of this global value. If neither the global value nor the filter element value is specified, the default is
.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetLevelDependents( _ ByVal levelDependents As Boolean _ ) |
C# |
---|
public void SetLevelDependents( bool levelDependents ) |
C++ |
---|
public: void SetLevelDependents( bool levelDependents ) sealed |
J# |
---|
public void SetLevelDependents( bool levelDependents ) |
JScript |
---|
public
function SetLevelDependents( levelDependents : bool ) |
Parameters
- levelDependents
- A
value ofBoolean
if the recursion level for a dependent object is the same as that of the independent object to which it belongs;True
if one level deeper.False