Contains a constant for the name of each class in the FileNet P8 Content Engine API. Use these constants to supply the class name to methods, such as when calling CreateInstance on a Factory class. For example:

document = Factory.Document.CreateInstance(objectStore1, ClassNames.DOCUMENT);

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

ToggleSyntax

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

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

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Constants..::.ClassNames

ToggleSee Also