Assigns the directory to be used for storing temporary indexing files. The directory must be available to both the Content Engine and Verity servers, and can be a directory share, a local mount point, a UNC, or a local path.

Note: If this is a local path, the Verity server must be located on the same machine as the Content Engine server, and there cannot be multiple Content Engine servers.


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

Syntax

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

/** property */
public void set_TempDirectoryPath(string value);
JScript
public function get TempDirectoryPath() : String

public function set TempDirectoryPath(value : String);

Remarks

See Also