NewStaticList Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new StaticList with default values.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewStaticList As StaticList
'Usage
Dim instance As MailingListManager
Dim returnValue As StaticList
returnValue = instance.NewStaticList()
public StaticList NewStaticList()
public:
StaticList^ NewStaticList()
public function NewStaticList() : StaticList
Return Value
Type: Microsoft.CommerceServer.Marketing..::.StaticList
The newly created StaticList object.
Remarks
Creates a new StaticList. Name must be set before saving.
StaticList is a list with no expressions or other dynamics associated with it.
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.