The VerityIndexArea.RootDirectoryPath ({0}) contains a path name that does not exist in the file system of the CE server. This path must be visible to the CE server if the TempDirectoryPath is null. 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_ROOT_DIRECTORY_PATH As ExceptionCode |
C# |
---|
public static readonly ExceptionCode PERSIST_INVALID_ROOT_DIRECTORY_PATH; |
C++ |
---|
public: static const ExceptionCode PERSIST_INVALID_ROOT_DIRECTORY_PATH; |
J# |
---|
public static final ExceptionCode PERSIST_INVALID_ROOT_DIRECTORY_PATH |
JScript |
---|
public static const var PERSIST_INVALID_ROOT_DIRECTORY_PATH : ExceptionCode; |
See Also