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

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

See Also

Reference

StaticList Class

StaticList Members

Append Overload

Microsoft.CommerceServer.Marketing Namespace