MailingListHelperGetMailingListByName Method |
Gets the mailing list by the name.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static MailingList GetMailingListByName(
string mailingListName
)
Public Shared Function GetMailingListByName (
mailingListName As String
) As MailingList
public:
static MailingList^ GetMailingListByName(
String^ mailingListName
)
static member GetMailingListByName :
mailingListName : string -> MailingList
Parameters
- mailingListName
- Type: SystemString
Name of the mailing list.
Return Value
Type:
MailingListMailing list with the given name.
See Also