Adds one or more properties, specified in a FilterElement object, to be included
during an object retrieval or object refresh.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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.