Specifies the fully qualified path to the directory where the DITA Open Toolkit is installed. The path can be a local mount point, a local path, or a UNC path.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property DITAHome As String
C#
string DITAHome { get; set; }
C++
property string DITAHome abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DITAHome();

/** property */
public void set_DITAHome(string value);
JScript
public function get DITAHome() : String

public function set DITAHome(value : String);

Remarks

See Also