An attempt was made to get the current page or element count before moving to the next page after a reset operation. This field is read-only.


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

Syntax

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

See Also