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)

ToggleSyntax

Visual Basic (Declaration)
Property XMLDocumentType As String
C#
string XMLDocumentType { get; set; }
Visual C++
property String^ XMLDocumentType {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_xmlDocumentType();
function set_xmlDocumentType(value);

ToggleRemarks

ToggleSee Also