For CmTextSearchConfiguration and VerityIndexArea objects, this property assigns the directory to be used for storing temporary indexing files. The directory must be available to the Content Engine. The Content Engine server account must have the permissions necessary to create this directory if it does not exist, and to create files in the directory. For performance reasons, it is recommended to set this value to a path that is local to both the Content Engine and IBM Content Search Services.

For a CmContentConversionConfiguration object, this property is not supported.

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

ToggleSyntax

Visual Basic (Declaration)
Property TempDirectoryPath As String
C#
string TempDirectoryPath { get; set; }
Visual C++
property String^ TempDirectoryPath {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_tempDirectoryPath();
function set_tempDirectoryPath(value);

ToggleRemarks

ToggleSee Also