Contains a constant for the name of each property in the FileNet P8 Content Engine API. Use these constants to supply the property name to methods, such as when calling AddIncludeProperty to add a filter element to a property filter. For example:

PropertyFilter pf = new PropertyFilter(); 
            pf.AddIncludeProperty(10, null, null, PropertyNames.SYMBOLIC_NAME);

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

ToggleSyntax

Visual Basic (Declaration)
Public Class PropertyNames
C#
public class PropertyNames
Visual C++
public ref class PropertyNames
JavaScript
FileNet.Api.Constants.PropertyNames = function();

Type.createClass(
	'FileNet.Api.Constants.PropertyNames');

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Constants..::.PropertyNames

ToggleSee Also