The root of the directory structure that holds temporary content. Specify a fully qualified location for the root directory local to the server, such as a mount point (/mount/root) or drive (c:\data\root), and give the server exclusive permissions to access the root directory. The server must have sufficient permissions to create subdirectories; it creates the inbound directory off of this root directory.

When the value for this property is null, the server uses the FileNet working directory as the directory root for temporary content.

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

ToggleSyntax

Visual Basic (Declaration)
Property ContentTempDirectoryRoot As String
C#
string ContentTempDirectoryRoot { get; set; }
Visual C++
property String^ ContentTempDirectoryRoot {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_contentTempDirectoryRoot();
function set_contentTempDirectoryRoot(value);

ToggleRemarks

ToggleSee Also