Specifies the type of source XML document to which this XMLPropertyMappingScript object applies. The value of this property can be one of the following:

  • A GUID.
  • A Uniform Resource Identifier (URI) identifying an XML, a Document Type Definition (DTD), or a schema namespace.
  • The name of an XML root element.


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

Syntax

Visual Basic (Declaration)
Property XMLDocumentType As String
C#
string XMLDocumentType { get; set; }
C++
property string XMLDocumentType abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_XMLDocumentType();

/** property */
public void set_XMLDocumentType(string value);
JScript
public function get XMLDocumentType() : String

public function set XMLDocumentType(value : String);

Remarks

See Also