Creates a FilterElement object and adds one or more properties to be included during
an object retrieval or object refresh.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("A pageSize parameter has been added.")> _
Public Overridable Sub AddIncludeProperty ( _
maxRecursion As Integer, _
maxSize As Nullable(Of Long), _
levelDependents As Nullable(Of Boolean), _
value_Renamed As String _
) |
C# |
---|
[ObsoleteAttribute("A pageSize parameter has been added.")]
public virtual void AddIncludeProperty(
int maxRecursion,
Nullable<long> maxSize,
Nullable<bool> levelDependents,
string value_Renamed
) |
Visual C++ |
---|
[ObsoleteAttribute(L"A pageSize parameter has been added.")]
public:
virtual void AddIncludeProperty(
int maxRecursion,
Nullable<long long> maxSize,
Nullable<bool> levelDependents,
String^ value_Renamed
) |
JavaScript |
---|
function addIncludeProperty(maxRecursion, maxSize, levelDependents, value_Renamed); |
Parameters
- maxRecursion
- Type: System..::.Int32
An int that specifies the maximum allowable
recursion depth for property retrieval. This value overrides the global value
set by this PropertyFilter object.
- maxSize
- Type: System..::.Nullable<(Of <(Int64>)>)
A Long that specifies the maximum size of content
data that can be retrieved. This value overrides the global value set by this
PropertyFilter object.
- levelDependents
- Type: System..::.Nullable<(Of <(Boolean>)>)
A Boolean value of True if the
recursion level for a dependent object is the same as that of the independent
object to which it belongs; False if one level deeper. This value
overrides the global value set by this PropertyFilter object.
- value_Renamed
- Type: System..::.String
A String that specifies a space-separated
list of the symbolic names (preferably using PropertyNames constants) of the properties to
include.