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:

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


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

Syntax

Visual Basic (Declaration)
Public Class PropertyNames
C#
public class PropertyNames
C++
ref class PropertyNames
J#
public class PropertyNames
JScript
public class PropertyNames

Inheritance Hierarchy

System.Object
   FileNet.Api.Constants.PropertyNames

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also