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
on a
class. For example:
![]() | |
---|---|
document = Factory.Document.CreateInstance(objectStore1, ClassNames.DOCUMENT); |
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class ClassNames |
C# |
---|
public class ClassNames |
C++ |
---|
ref class ClassNames |
J# |
---|
public class ClassNames |
JScript |
---|
public class ClassNames |
Inheritance Hierarchy
System.Object
FileNet.Api.Constants.ClassNames
FileNet.Api.Constants.ClassNames
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.