 | 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
Syntaxstring GetCallerID(
string categoryName,
string phoneNumber,
string delim = null
)
Function GetCallerID (
categoryName As String,
phoneNumber As String,
Optional delim As String = Nothing
) As String
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:
StringString of matching items delimited by delim of CR/LF if no delim specified.
See Also