KMControl.GetContextRecord Method
Gets the context information for the KM control.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim applicationName As String
Dim returnValue As DynamicsCustomerRecord
returnValue = Me.GetContextRecord(applicationName)
Syntax
'Declaration
Protected Function GetContextRecord ( _
applicationName As String _
) As DynamicsCustomerRecord
protected DynamicsCustomerRecord GetContextRecord (
string applicationName
)
protected:
DynamicsCustomerRecord^ GetContextRecord (
String^ applicationName
)
protected DynamicsCustomerRecord GetContextRecord (
String applicationName
)
protected function GetContextRecord (
applicationName : String
) : DynamicsCustomerRecord
Parameters
- applicationName
Name of the KM Control.
Return Value
Returns DynamicsCustomerRecord.
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.
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.