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)

Syntax

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

/** property */
public void set_ContentTempDirectoryRoot(string value);
JScript
public function get ContentTempDirectoryRoot() : String

public function set ContentTempDirectoryRoot(value : String);

Remarks

See Also