Specifies a DocumentClassificationActionSet object that contains the collection of DocumentClassificationAction objects that have been created in this object store. Each DocumentClassificationAction object represents Java™ code for auto-classifying documents that hold a particular type of content data.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DocumentClassificationActions As IDocumentClassificationActionSet
C#
IDocumentClassificationActionSet DocumentClassificationActions { get; }
Visual C++
property IDocumentClassificationActionSet^ DocumentClassificationActions {
	IDocumentClassificationActionSet^ get ();
}
JavaScript
function get_documentClassificationActions();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocumentClassificationAction
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also