document is subject to auto-classification, and if so, whether or not the operation was successful. This property can hold one of the following values:
- CLASSIFICATION_COMPLETE: Indicates that document auto-classification has completed successfully.
- CLASSIFICATION_FAILED: Indicates that document auto-classification has failed.
- CLASSIFICATION_PENDING: Indicates that a request for document auto-classification is pending. This value is set automatically by the server when you check in a document and set the Checkin method's autoClassify parameter to AUTO_CLASSIFY.
- NOT_CLASSIFIED: Indicates that document auto-classification has not been requested. This value is set automatically by the server when you check in a document and set the Checkin method's autoClassify parameter to DO_NOT_AUTO_CLASSIFY.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property ClassificationStatus As DocClassificationStatus |
| C# |
|---|
DocClassificationStatus ClassificationStatus { get; } |
| Visual C++ |
|---|
property DocClassificationStatus ClassificationStatus { DocClassificationStatus get (); } |
| JavaScript |
|---|
function get_classificationStatus(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ