Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the KMControl class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim appID As Guid
Dim appName As String
Dim initString As String
Dim instance As New KMControl(appID, appName, initString)
Syntax
'Declaration
Public Sub New ( _
appID As Guid, _
appName As String, _
initString As String _
)
public KMControl (
Guid appID,
string appName,
string initString
)
public:
KMControl (
Guid appID,
String^ appName,
String^ initString
)
public KMControl (
Guid appID,
String appName,
String initString
)
public function KMControl (
appID : Guid,
appName : String,
initString : String
)
Parameters
- appID
ID of the hosted control.
- appName
Name of the hosted control.
- initString
Initialization string for the hosted control.
Platforms
See Also
Reference
KMControl Class
KMControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.