Specifies the type of source XML document to which this
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
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