Provides a set of constants that are used by a property filter to indicate the type of Content Engine properties to be retrieved during an object retrieval or an object refresh.

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

ToggleSyntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FilteredPropertyType _
	Implements ISerializable
C#
[SerializableAttribute]
public class FilteredPropertyType : ISerializable
Visual C++
[SerializableAttribute]
public ref class FilteredPropertyType : ISerializable
JavaScript
FileNet.Api.Constants.FilteredPropertyType = function();

Type.createClass(
	'FileNet.Api.Constants.FilteredPropertyType',
	null,
	ISerializable);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Constants..::.FilteredPropertyType

ToggleSee Also