Append Method (StaticList)

Adds users in the specified StaticList to the StaticList object.

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

Syntax

'Declaration
Public Function Append ( _
    list As StaticList _
) As Guid
'Usage
Dim instance As StaticList
Dim list As StaticList
Dim returnValue As Guid

returnValue = instance.Append(list)
public Guid Append(
    StaticList list
)
public:
Guid Append(
    StaticList^ list
)
public function Append(
    list : StaticList
) : 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