Specifies the type of source XML document to which this XMLPropertyMappingScript object applies.
The value of this property can be one of the following:
Namespace:
FileNet.Api.Admin- 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: true
DataType: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 256
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ