MailingListManager Constructor
Initializes a new instance of the MailingListManager class that uses the specified MarketingContext object to communicate with the web service.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
parent As MarketingContext _
)
'Usage
Dim parent As MarketingContext
Dim instance As New MailingListManager(parent)
protected internal MailingListManager(
MarketingContext parent
)
protected public:
MailingListManager(
MarketingContext^ parent
)
protected internal function MailingListManager(
parent : MarketingContext
)
Parameters
- parent
Type: Microsoft.CommerceServer.Marketing..::.MarketingContext
MarketingContext object
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | parent is a nullNothingnullptra null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic). |
Remarks
MailingListManager has the methods for working with MailingList objects.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.