Specifies a
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
DocClassificationStatus
constant that indicates the auto-classification status for this document. The ClassificationStatus
property is used to provide client applications a means of discovering whether a particular 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:
: Indicates that document auto-classification has completed successfully.CLASSIFICATION_COMPLETE
: Indicates that document auto-classification has failed.CLASSIFICATION_FAILED
: 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 theCLASSIFICATION_PENDING
method'sCheckin
parameter toautoClassify
.AUTO_CLASSIFY
: 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 theNOT_CLASSIFIED
method'sCheckin
parameter toautoClassify
.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; } |
C++ |
---|
property DocClassificationStatus ClassificationStatus abstract { DocClassificationStatus get(); } |
J# |
---|
/** property */ public DocClassificationStatus get_ClassificationStatus(); |
JScript |
---|
public function get ClassificationStatus() : DocClassificationStatus |
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