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.
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
- 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.