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)

ToggleSyntax

Visual Basic (Declaration)
Property DITAHome As String
C#
string DITAHome { get; set; }
Visual C++
property String^ DITAHome {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_ditaHome();
function set_ditaHome(value);

ToggleRemarks

ToggleSee Also