Click or drag to resize

CommenceDatabaseGetCallerID Method (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
public List<string> GetCallerID(
	string categoryName,
	string phoneNumber
)

Parameters

categoryName
Type: SystemString
Commence category name.
phoneNumber
Type: SystemString
Phonenumber to search.

Return Value

Type: ListString
List of matching items.

Implements

ICommenceDatabaseGetCallerID(String, String)
See Also