BizOrganization Class

The BizOrganization class contains methods that you can use to manage organizations. You must create the Organizational Unit object in Active Directory before you can call these methods. The ID of this Organizational Unit is needed as a parameter to the methods in this class.

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
                  BizOrganization
[Visual Basic .NET]
Public Class BizOrganization
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class BizOrganization : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class BizOrganization: public System.Web.Services.Protocols.SoapHttpClientProtocol

The BizOrganization class exposes the following methods.

Method Description
Create Creates an organization.
CreateRootBusiness Creates a root business unit and the first user in the business unit.
CreateUser Creates a user in the business unit that is specified in the user XML. The user is assigned the System Administrator role.
Delete Deletes an organization.
Disable Disables an organization and all of its business unit hierarchies.
Enable Enables a previously disabled organization and all of its business unit hierarchies.
Retrieve Retrieves the XML for an organization.
SetupCreate For internal use only.
Update Updates an organization.
UpdateSettings Updates the settings for an organization.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.