ShowTable of Contents
Represents one entry of the local cached Domino view.
Methods getColumnValue(columnName, asString, joinSeperator)
With:
columnName: the name of the column. Use the programatic name of the column in the Domino view, not the column title. The name is not case sensitive. Every NotesViewEntry has a column with the name "id" which contains the UNID of the document represented by this view entry.
asString: (optional) set to true to force the return value to be a string
joinSeperator: (optional) set to any string you want to use as seperator for the join operation when converting an array to a string using asString=true. As default, a comma is used.
Returns:
the value stored in the given column for the NotesViewEntry.
getColumnValues()
Returns an array of all column values for the NotesViewEntry.
|