Adds properties identified by type in a FilterElement object to be included during an object retrieval or object refresh. The property type can be specified in the FilterElement object by a single FilteredPropertyType constant or a space-separated list of type specifiers.


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

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddIncludeType( _ 
   ByVal fe As FilterElement _ 
)
C#
public virtual void AddIncludeType(
   FilterElement fe
)
C++
public:
 virtual void AddIncludeType(
   FilterElement fe
)
J#
public virtual void AddIncludeType(
   FilterElement fe
)
JScript
public virtual  function AddIncludeType(
   fe : FilterElement
)

Parameters

fe
A FilterElement object specifying the type of properties to include.

See Also