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)
Visual Basic (Declaration) |
---|
Public Overridable Sub AddIncludeType ( _
fe As FilterElement _
) |
Visual C++ |
---|
public:
virtual void AddIncludeType(
FilterElement^ fe
) |
JavaScript |
---|
function addIncludeType(fe); |