Provides a set of constants that indicates whether a document will be
auto-classified during check-in.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration AutoClassify |
C# |
---|
public enum AutoClassify |
Visual C++ |
---|
public enum class AutoClassify |
JavaScript |
---|
FileNet.Api.Constants.AutoClassify = function(); FileNet.Api.Constants.AutoClassify.createEnum('FileNet.Api.Constants.AutoClassify', false); |
Members
Type | Member name | Description |
---|---|---|
DO_NOT_AUTO_CLASSIFY |
Indicates that the document will not be auto-classified during
check-in.
| |
AUTO_CLASSIFY |
Indicates that the document will be auto-classified during
check-in.
|