OrganizationServiceContextExtensions.RetrieveByTopIncidentProductKbArticle Method (OrganizationServiceContext, Guid)
Applies To: Dynamics CRM 2013
Retrieves the top ten knowledge base articles for the product specified. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static EntityCollection RetrieveByTopIncidentProductKbArticle(
this OrganizationServiceContext context,
Guid productId
)
public:
[ExtensionAttribute]
static EntityCollection^ RetrieveByTopIncidentProductKbArticle(
OrganizationServiceContext^ context,
Guid productId
)
static member RetrieveByTopIncidentProductKbArticle :
context:OrganizationServiceContext *
productId:Guid -> EntityCollection
<ExtensionAttribute>
Public Shared Function RetrieveByTopIncidentProductKbArticle (
context As OrganizationServiceContext,
productId As Guid
) As EntityCollection
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- productId
Type: System.Guid
Return Value
Type: Microsoft.Xrm.Sdk.EntityCollection
Returns EntityCollection.
Remarks
This is a method wrapper for the RetrieveByTopIncidentProductKbArticleRequest and RetrieveByTopIncidentProductKbArticleResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top