Returns the maximum recursion depth to use when retrieving property relationships specified by this FilterElement object.

Namespace:  FileNet.Api.Property
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetMaxRecursion As Nullable(Of Integer)
C#
public virtual Nullable<int> GetMaxRecursion()
Visual C++
public:
virtual Nullable<int> GetMaxRecursion()
JavaScript
function getMaxRecursion();

Return Value

A zero-based int specifying the maximum recursion depth; returns 0 if the value of the recursion level is Null.

ToggleSee Also