Click or drag to resize

ICommenceDatabaseGetCallerID Method (String, String, String)

Returns a list of all items in the Category having the given phone number in a phone field. If Category is blank, searches all categories in the currently active database

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetCallerID(
	string categoryName,
	string phoneNumber,
	string delim = null
)

Parameters

categoryName
Type: SystemString
Commence category name.
phoneNumber
Type: SystemString
Phonenumber to search.
delim (Optional)
Type: SystemString
Delimiter, up to 8 chars.

Return Value

Type: String
String of matching items delimited by delim of CR/LF if no delim specified.
See Also