Specifies an
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
XMLPropertyMappingScriptSet
object containing the collection of XMLPropertyMappingScript
objects associated with this object store or DocumentClassDefinition
object. Each XMLPropertyMappingScript
object holds a property-mapping XSL script that is registered for XML documents of a specific type. This script extracts content from XML documents and maps it to property values associated with a particular document class. For
objects, this property specifies the set of
objects that have specified this
object as the value of their
property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property XMLPropertyMappingScripts As IXMLPropertyMappingScriptSet |
C# |
---|
IXMLPropertyMappingScriptSet XMLPropertyMappingScripts { get; } |
C++ |
---|
property IXMLPropertyMappingScriptSet XMLPropertyMappingScripts abstract { IXMLPropertyMappingScriptSet get(); } |
J# |
---|
/** property */ public IXMLPropertyMappingScriptSet get_XMLPropertyMappingScripts(); |
JScript |
---|
public function get XMLPropertyMappingScripts() : IXMLPropertyMappingScriptSet |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
Datatype: OBJECT
DeletionAction: CASCADE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: TargetClass
RequiredClass: XMLPropertyMappingScript
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ