XML FOR DOMINO


viewentries element
Example

Defines the structure of a view in a Domino database.

The viewentries element is returned by the ReadViewEntries URL command in the Domino server. For details on the ReadViewEntries URL command, see Application Development with Domino Designer.

Containment Hierarchy

Contains: <viewentry>

Syntax

<!ELEMENT viewentries ( viewentry* )>

Content

viewentry*


Attributes

<!ATTLIST viewentries
%root.attrs;
toplevelentries%integer;#IMPLIED
>

toplevelentries


Example
See Also