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