Creates a
object and adds properties identified by type to be included during an object retrieval or object refresh.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub AddIncludeType( _ ByVal maxRecursion As Integer, _ ByVal maxSize As Nullable(Of Long), _ ByVal levelDependents As Nullable(Of Boolean), _ ByVal value_Renamed As FilteredPropertyType, _ ByVal pageSize As Nullable(Of Integer) _ ) |
C# |
---|
public virtual void AddIncludeType( int maxRecursion, Nullable<long> maxSize, Nullable<bool> levelDependents, FilteredPropertyType value_Renamed, Nullable<int> pageSize ) |
C++ |
---|
public: virtual void AddIncludeType( int maxRecursion, Nullable<long> maxSize, Nullable<bool> levelDependents, FilteredPropertyType value_Renamed, Nullable<int> pageSize ) |
J# |
---|
public virtual void AddIncludeType( int maxRecursion, Nullable<long> maxSize, Nullable<bool> levelDependents, FilteredPropertyType value_Renamed, Nullable<int> pageSize ) |
JScript |
---|
public virtual
function AddIncludeType( maxRecursion : int, maxSize : Nullable<long>, levelDependents : Nullable<bool>, value_Renamed : FilteredPropertyType, pageSize : Nullable<int> ) |
Parameters
- maxRecursion
- An
that specifies the maximum allowable recursion depth for property retrieval. This value overrides the global value set by thisint
object.PropertyFilter
- maxSize
- A
that specifies the maximum size of content data that can be retrieved. This value overrides the global value set by thisLong
object.PropertyFilter
- 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. This value overrides the global value set by thisFalse
object.PropertyFilter
- value_Renamed
- A
constant specifying the type of the properties to include.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. This value overrides the global value set by thisPropertyIndependentObjectSet
object.PropertyFilter