Specifies an 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 DocumentClassDefinition objects, this property specifies the set of XMLPropertyMappingScript objects that have specified this DocumentClassDefinition object as the value of their TargetClass 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

See Also