Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.