ControlPanelCategoryInfo Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ControlPanelCategoryInfo class.
public:
ControlPanelCategoryInfo(System::String ^ name, System::String ^ text, System::String ^ description, Microsoft::Web::Management::Client::ControlPanelCategorization ^ categorization);
public ControlPanelCategoryInfo (string name, string text, string description, Microsoft.Web.Management.Client.ControlPanelCategorization categorization);
new Microsoft.Web.Management.Client.ControlPanelCategoryInfo : string * string * string * Microsoft.Web.Management.Client.ControlPanelCategorization -> Microsoft.Web.Management.Client.ControlPanelCategoryInfo
Public Sub New (name As String, text As String, description As String, categorization As ControlPanelCategorization)
Parameters
- name
- String
The name of the ControlPanelCategoryInfo object.
- text
- String
The name of the category, as displayed in the user interface.
- description
- String
The description of the category.
- categorization
- ControlPanelCategorization
The ControlPanelCategorization object that is associated with the category.
Exceptions
The name
or text
parameter is empty or null
.
Remarks
The name
parameter uniquely identifies a category in the collection of categories.