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)

Syntax

Visual Basic (Declaration)
Property TargetClass As IDocumentClassDefinition
C#
IDocumentClassDefinition TargetClass { get; set; }
C++
property IDocumentClassDefinition TargetClass abstract  {
    IDocumentClassDefinition get();
    void set(IDocumentClassDefinition value);
}
J#
/** property */
public IDocumentClassDefinition get_TargetClass();

/** property */
public void set_TargetClass(IDocumentClassDefinition value);
JScript
public function get TargetClass() : IDocumentClassDefinition

public function set TargetClass(value : IDocumentClassDefinition);

Remarks

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

See Also