.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Contains method
Example

Given a value, checks if the value matches at least one of the item's values exactly.

Defined in

NotesItem

Syntax

flag = notesItem.Contains( value )

Parameters

value


Return values
Usage

This method cannot search a text item to see if it contains a specific word -- rather, it's intended to check a text list, number list, or date-time range to see if one of the values in the list or range matches value.

If value is a distinguished name and if the item contains Notes user names, the distinguished name matches the common version of the hierarchical name.

Language cross-reference

containsValue method in Java Item class

Example
See Also