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)

Syntax

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

/** property */
public void set_DITAWorkingDirectory(string value);
JScript
public function get DITAWorkingDirectory() : String

public function set DITAWorkingDirectory(value : String);

Remarks

See Also