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)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Sub AddIncludeType ( _
	fe As FilterElement _
)
C#
public virtual void AddIncludeType(
	FilterElement fe
)
Visual C++
public:
virtual void AddIncludeType(
	FilterElement^ fe
)
JavaScript
function addIncludeType(fe);

Parameters

fe
Type: FileNet.Api.Property..::.FilterElement
A FilterElement object specifying the type of properties to include.

ToggleSee Also