NewExpressionList Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Creates a new ExpressionList with default values.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Function NewExpressionList As ExpressionList
'Usage
Dim instance As MailingListManager
Dim returnValue As ExpressionList

returnValue = instance.NewExpressionList()
public ExpressionList NewExpressionList()
public:
ExpressionList^ NewExpressionList()
public function NewExpressionList() : ExpressionList

Return Value

Type: Microsoft.CommerceServer.Marketing..::.ExpressionList
The newly created ExpressionList object.

Remarks

Creates a new Expression. Name and Expression must be set before saving.

ExpressionList is a dynamic list created through the evaluation of an expression.

Permissions

See Also

Reference

MailingListManager Class

MailingListManager Members

Microsoft.CommerceServer.Marketing Namespace