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.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ