Share via


GetAllExpressionReferences Method

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

Gets a list of expression references associated with this DisplayableCampaignItem object.

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

Syntax

'Declaration
Protected Friend Overridable Function GetAllExpressionReferences As List(Of ExpressionRef)
'Usage
Dim returnValue As List(Of ExpressionRef)

returnValue = Me.GetAllExpressionReferences()
protected internal virtual List<ExpressionRef> GetAllExpressionReferences()
protected public:
virtual List<ExpressionRef^>^ GetAllExpressionReferences()
protected internal function GetAllExpressionReferences() : List<ExpressionRef>

Return Value

Type: System.Collections.Generic..::.List<(Of <(ExpressionRef>)>)
A list of Expression references.

Remarks

Classes deriving from DisplayableCampaignItem should override this method if they contain any expression references.

The returned list represents a strongly typed list of objects that can be accessed by index and provides methods to search, sort, and manipulate lists.

Permissions

See Also

Reference

DisplayableCampaignItem Class

DisplayableCampaignItem Members

Microsoft.CommerceServer.Marketing Namespace