GetListOperation Method
Retrieves details about a list operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetListOperation ( _
operationId As Guid _
) As MailingListOperation
'Usage
Dim instance As MailingListManager
Dim operationId As Guid
Dim returnValue As MailingListOperation
returnValue = instance.GetListOperation(operationId)
public MailingListOperation GetListOperation(
Guid operationId
)
public:
MailingListOperation^ GetListOperation(
Guid operationId
)
public function GetListOperation(
operationId : Guid
) : MailingListOperation
Parameters
- operationId
Type: System..::.Guid
Id of the MailingListOperation to retrieve.
Return Value
Type: Microsoft.CommerceServer.Marketing..::.MailingListOperation
The MailingListOperation retrieved from the database.
Exceptions
Exception | Condition |
---|---|
EntityDoesNotExistException | Mailing list with this listId does not exist. |
Remarks
Retrieves the specified MailingListOperation from the database.
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.