GetListOperation Method
Retrieves details about a list operation.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetListOperation ( _
operationId As Guid _
) As MailingListOperationData
'Usage
Dim instance As MarketingWebService
Dim operationId As Guid
Dim returnValue As MailingListOperationData
returnValue = instance.GetListOperation(operationId)
[WebMethodAttribute]
public virtual MailingListOperationData GetListOperation(
Guid operationId
)
[WebMethodAttribute]
public:
virtual MailingListOperationData^ GetListOperation(
Guid operationId
)
public function GetListOperation(
operationId : Guid
) : MailingListOperationData
Parameters
- operationId
Type: System..::.Guid
The identifier of the operation.
Return Value
Type: MailingListOperationData
A MailingListOperationData instance associated with the operationId.
Exceptions
Exception | Condition |
---|---|
EntityDoesNotExistException | operationId does not exist. |
DatabaseIntegrityException | A serious integrity issue with the database exists. |
Remarks
Use this method to retrieve a specific MailingListOperationData containing the MailingList , either an ExpressionList object or a StaticList object, 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.