 | ICommenceDatabaseGetCallerID 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
SyntaxList<string> GetCallerID(
string categoryName,
string phoneNumber
)
Function GetCallerID (
categoryName As String,
phoneNumber As String
) As List(Of String)
Parameters
- categoryName
- Type: SystemString
Commence category name. - phoneNumber
- Type: SystemString
Phonenumber to search.
Return Value
Type:
ListStringList of matching items.
See Also