Specifies optional Java Virtual Machine (JVM) arguments that will be used to invoke the DITA Open Toolkit when publishing DITA content. For example, if you are publishing a large DITA information set, you can specify additional JVM memory by setting the value of this property to
.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DITAJVMArguments As String |
C# |
---|
string DITAJVMArguments { get; set; } |
C++ |
---|
property string DITAJVMArguments abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_DITAJVMArguments(); /** property */ public void set_DITAJVMArguments(string value); |
JScript |
---|
public function get DITAJVMArguments() : String public function set DITAJVMArguments(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ