Append Method (ExpressionRef)
Adds users targeted by the specified ExpressionRef to the StaticList object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function Append ( _
expression As ExpressionRef _
) As Guid
'Usage
Dim instance As StaticList
Dim expression As ExpressionRef
Dim returnValue As Guid
returnValue = instance.Append(expression)
public Guid Append(
ExpressionRef expression
)
public:
Guid Append(
ExpressionRef^ expression
)
public function Append(
expression : ExpressionRef
) : Guid
Parameters
- expression
Type: Microsoft.CommerceServer.Marketing..::.ExpressionRef
A ExpressionRef referring to an Expression that targets a set of users.
Return Value
Type: System..::.Guid
The Id of the append operation performed.
Remarks
Appends the specified list to the current list in-place, i.e. leaving the result in the current list. This method can be used to get the operation status or to Abort the operation.
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.