Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.db:getView
 
wm.ln.db:getView
This flow service finds a view or folder in a database, given the name or alias of the view or folder. If the database is on a server, getView returns only public views and folders. When specifying the parameter, do not combine the view name and an alias. For example, specifying "By Author|AuthorView" does not work. Use either the view name ("By Author") or its alias ("AuthorView").
Input Parameters
name
String The case-insensitive name of a view or folder in a database. Use either the entire name of the view or folder (including backslashes for cascading views and folders), or an alias.
database
Database The lotus.domino.Database object to get the view object from.
Output Parameters
view
DateTime The view or folder whose name or synonym matches the parameter.