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 -Xmx512m.


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

See Also