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:
Namespace:
FileNet.Api.ConstantsPropertyFilter pf = new PropertyFilter(); pf.AddIncludeProperty(10, null, null, PropertyNames.SYMBOLIC_NAME);
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Inheritance Hierarchy
System..::.Object
FileNet.Api.Constants..::.PropertyNames
FileNet.Api.Constants..::.PropertyNames