CreateSubOrganizationButton class

Renders a SPLinkButton that navigates the user to create a suborganization profile.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl
        Microsoft.SharePoint.WebControls.SPLinkButton
          Microsoft.SharePoint.Portal.WebControls.CreateSubOrganizationButton

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Class CreateSubOrganizationButton _
    Inherits SPLinkButton
'Usage
Dim instance As CreateSubOrganizationButton
public class CreateSubOrganizationButton : SPLinkButton

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CreateSubOrganizationButton members

Microsoft.SharePoint.Portal.WebControls namespace