The temporary file directory indicated cannot be created. This field is read-only.


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

Syntax

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

See Also