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.
Retrieves all existing CampaignEventType objects in the marketing system.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetAllCampaignEventTypes As CampaignEventType()
'Usage
Dim instance As CampaignManager
Dim returnValue As CampaignEventType()
returnValue = instance.GetAllCampaignEventTypes()
public CampaignEventType[] GetAllCampaignEventTypes()
public:
array<CampaignEventType^>^ GetAllCampaignEventTypes()
public function GetAllCampaignEventTypes() : CampaignEventType[]
Return Value
Type: array<Microsoft.CommerceServer.Marketing..::.CampaignEventType>[]()[]
An array of the CampaignEventType objects retrieved from the database.
Remarks
Retrieves an array of the CampaignEventType objects configured in the system.
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.