CRMSubject Class

The CRMSubject class contains methods that you can use to manage subjects. A subject is a category used to organize objects such as articles and sales literature.

There are no properties for this class.

For more information about using XML, see XML Document Object Model

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMSubject
[Visual Basic .NET]
Public Class CRMSubject
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMSubject : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMSubject: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMSubject class exposes the following methods.

Method Description
Create Creates a new subject.
CreateAndRetrieve Creates a new subject and then retrieves it.
Delete Deletes a subject and re-links all child subjects.
Retrieve Retrieves an existing subject.
RetrieveByParent Retrieves all child subjects for the specified parent subject.
RetrieveRootNodes Retrieves all root nodes for the specified organization.
Update Updates an existing subject.
UpdateAndRetrieve Updates an existing subject and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.