KMControl Constructors
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.
Overloads
KMControl() |
Initializes a new instance of the KMControl class. |
KMControl(Guid, String, String) |
Initializes a new instance of the KMControl class. |
KMControl()
Initializes a new instance of the KMControl class.
public:
KMControl();
public KMControl ();
Public Sub New ()
Applies to
KMControl(Guid, String, String)
Initializes a new instance of the KMControl class.
public:
KMControl(Guid appID, System::String ^ appName, System::String ^ initString);
public KMControl (Guid appID, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement.KMControl : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement.KMControl
Public Sub New (appID As Guid, appName As String, initString As String)
Parameters
- appID
- Guid
ID of the hosted control.
- appName
- String
Name of the hosted control.
- initString
- String
Initialization string for the hosted control.