Provides a set of constants that indicates whether a document will be auto-classified during check-in.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum AutoClassify |
C# |
---|
public enum AutoClassify |
C++ |
---|
public enum class AutoClassify |
J# |
---|
public enum AutoClassify |
JScript |
---|
public enum AutoClassify |
Members
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. |