getPosition (ViewEntry - Java)

Returns the position of the entry in the view hierarchy, for example, "2.3" for the third document of the second category.

Defined in

ViewEntry

Syntax

public String getPosition(char separator)
    throws NotesException

Parameters

char separator

The separator to be used in the return value.

Return value

String

A series of integers (in String format) and separators. The integers indicate the positions of the view entry at each level, where 1 is the first position. The first integer indicates the first level and so on.

Example