Displays the model's list of phone numbers in a grid.
Model Type: YetaWF.Core.Serializers.SerializableList<Softelvdm.Modules.IVR.DataProvider.ExtensionPhoneNumber>
Name | Type | Default | Description |
---|---|---|---|
Header | bool | true | Defines whether the grid header is shown. |
Pages | bool | true | Defines whether the grid pager is shown. |
UseSkinFormatting | bool | true | Defines whether the grid uses skin-based rendering using the defined page skin. |
[Caption("Phone Numbers / SMS"), Description("Shows the phone numbers to call when this extension is entered and the text messaging selection")] [UIHint("Softelvdm_IVR_ListOfPhoneNumbers"), AdditionalMetadata("UseSkinFormatting", false), AdditionalMetadata("Header", false), AdditionalMetadata("Pager", false), ReadOnly] public SerializableList<ExtensionPhoneNumber> PhoneNumbers { get; set; }
Allows entering/adding phone numbers to a list of phone numbers in a grid.
Model Type: YetaWF.Core.Serializers.SerializableList<Softelvdm.Modules.IVR.DataProvider.ExtensionPhoneNumber>
[Category("Notifications"), Caption("SMS Numbers"), Description("Defines the phone numbers that receive a text message whenever a call is received")] [UIHint("Softelvdm_IVR_ListOfPhoneNumbers")] public SerializableList<ExtensionPhoneNumber> PhoneNumbers { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com