CursorSeek

Identifies where to position the cursor for the next read.

Syntax

<CursorSeek>
<enumeration value="current"/>
<enumeration value="start"/>
<enumeration value="end"/>

Definitions

current

Specifies to use the current position of the cursor as the starting point.

start

Specifies to use the start of the item list as the starting point of the read.

end

Specifies to use the end of the item list as the starting point of the read.