Specifies the fully qualified path to the working directory where DITA component documents will be downloaded from the Content Engine for publishing via the DITA Open Toolkit. 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 DITAWorkingDirectory As String
C#
string DITAWorkingDirectory { get; set; }
Visual C++
property String^ DITAWorkingDirectory {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_ditaWorkingDirectory();
function set_ditaWorkingDirectory(value);

ToggleRemarks

ToggleSee Also