ITwilioNumbersUpdateNumberApplications Method |
Updates the numbers in the specified pattern (use a "*" as a wildcard for any digit) with the current ApplicationSID for inbound handling.
See the
IncomingPhoneNumbers List Resource twilio documentation page.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void UpdateNumberApplications(
string numberPattern = null
)
Sub UpdateNumberApplications (
Optional numberPattern As String = Nothing
)
Parameters
- numberPattern (Optional)
- Type: SystemString
The number pattern (use a "*" as a wildcard for any digit).
See Also