Specifies the DocumentClassDefinition object that defines the target document class for this XMLPropertyMappingScript object. The target class indicates the specific document properties that will be mapped to by the property-mapping script.

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

ToggleSyntax

Visual Basic (Declaration)
Property TargetClass As IDocumentClassDefinition
C#
IDocumentClassDefinition TargetClass { get; set; }
Visual C++
property IDocumentClassDefinition^ TargetClass {
	IDocumentClassDefinition^ get ();
	void set (IDocumentClassDefinition^ value);
}
JavaScript
function get_targetClass();
function set_targetClass(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: true
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: XMLPropertyMappingScripts
RequiredClass: DocumentClassDefinition
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: LINK

ToggleSee Also