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.
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
- list
Type: Microsoft.CommerceServer.Marketing..::.StaticList
A StaticList containing the users that will be added to the StaticList object.
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.