Creates a
object that specifies, by type, which properties to retrieve from the server.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal maxRecursion As Nullable(Of Integer), _ ByVal maxSize As Nullable(Of Long), _ ByVal levelDependents As Nullable(Of Boolean), _ ByVal val As FilteredPropertyType, _ ByVal pageSize As Nullable(Of Integer) _ ) |
C# |
---|
public FilterElement( Nullable<int> maxRecursion, Nullable<long> maxSize, Nullable<bool> levelDependents, FilteredPropertyType val, Nullable<int> pageSize ) |
C++ |
---|
public: FilterElement( Nullable<int> maxRecursion, Nullable<long> maxSize, Nullable<bool> levelDependents, FilteredPropertyType val, Nullable<int> pageSize ) sealed |
J# |
---|
public FilterElement( Nullable<int> maxRecursion, Nullable<long> maxSize, Nullable<bool> levelDependents, FilteredPropertyType val, Nullable<int> pageSize ) |
JScript |
---|
public function FilterElement( maxRecursion : Nullable<int>, maxSize : Nullable<long>, levelDependents : Nullable<bool>, val : FilteredPropertyType, pageSize : Nullable<int> ) |
Parameters
- maxRecursion
- A zero-based
that specifies the maximum allowable recursion depth to use when retrieving property relationships. If unspecified, the default is zero.Integer
- maxSize
- A
that specifies the maximum size, inLong
, of content data that can be returned when properties that hold content data are retrieved. If the amount of content data held by retrieved properties exceeds this size, no content data is returned.bytes
- levelDependents
- A
that specifies whether the recursion level to use when retrieving a dependent object is the same as that of the independent object to which it belongs (Boolean
) or one level deeper (True
).False
- val
- A
constant specifying the type of properties to retrieve.FilteredPropertyType
- pageSize
- An
that specifies the iterator page size for independent object sets returned byInteger
properties. The iterator page size determines how many elements of an independent object set are retrieved from the server during each fetch.PropertyIndependentObjectSet