An attempt was made to get the current page or element count before moving to the first page. 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_FIRST_PAGE_ELEMENT As ExceptionCode |
C# |
---|
public static readonly ExceptionCode API_BEFORE_FIRST_PAGE_ELEMENT; |
C++ |
---|
public: static const ExceptionCode API_BEFORE_FIRST_PAGE_ELEMENT; |
J# |
---|
public static final ExceptionCode API_BEFORE_FIRST_PAGE_ELEMENT |
JScript |
---|
public static const var API_BEFORE_FIRST_PAGE_ELEMENT : ExceptionCode; |
See Also