The VerityIndexArea.TempDirectoryPath ({0}) contains a path name that does not exist in the file system of the CE server. This path must be visible to both the Verity servers and the CE servers. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly PERSIST_INVALID_TEMP_DIRECTORY_PATH As ExceptionCode
C#
public static readonly ExceptionCode PERSIST_INVALID_TEMP_DIRECTORY_PATH;
C++
public:
 static const ExceptionCode PERSIST_INVALID_TEMP_DIRECTORY_PATH;
J#
public static final ExceptionCode PERSIST_INVALID_TEMP_DIRECTORY_PATH
JScript
public static const var PERSIST_INVALID_TEMP_DIRECTORY_PATH : ExceptionCode;

See Also