The root folder is not in the cache. This field is read-only.


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

Syntax

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

See Also