Adds properties identified by type in a
object to be included during an object retrieval or object refresh. The property type can be specified in the
object by a single
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
object specifying the type of properties to include.FilterElement