Share via


CRMSalesLiterature Class

The CRMSalesLiterature class contains methods that you can use to manage a library of sales literature objects. A sales literature object is a container for one or more sales literature items. See CRMSalesLiteratureItem.

There are no properties for this class.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMSalesLiterature

[Visual Basic .NET]
Public Class CRMSalesLiterature
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMSalesLiterature : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMSalesLiterature: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMSalesLiterature class exposes the following methods.

Method Description
Create Creates a sales literature object.
CreateAndRetrieve Creates a sales literature object and then retrieves it.
Delete Deletes a sales literature object.
RemoveAssociation Removes the association of the sales literature object with another object (product or competitor).
Retrieve Retrieves a sales literature object by ID.
RetrieveByObject Retrieves all sales literature objects that are associated with the specified object (product or competitor).
SetAssociation Establishes an association between a sales literature object and another object (product or competitor).
Update Updates a sales literature object.
UpdateAndRetrieve Updates a sales literature object and then retrieves it.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.