Adds one or more properties, specified in a FilterElement object, to be included during an object retrieval or object refresh.

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

ToggleSyntax

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

Parameters

fe
Type: FileNet.Api.Property..::.FilterElement
A FilterElement object specifying the property to include.

ToggleSee Also