Thursday, July 8, 2021

What is the method we need implement from IPlugin interface?

 Execute(IServiceProvider)

·         Execute method :- This method runs as an entry point for any plugin in Microsoft Dynamics CRM.

·         IserviceProvider interface :- This information provides access to various services of dynamic, this interface has a method called GetService() that uses the reflection feature of .NET and allow us to get any type of service we want.

No comments:

Post a Comment

Featured Post

questions for improvement

using ExamTopics; using Newtonsoft.Json; using Microsoft.Web.WebView2.WinForms; using System; using System.Collections.Generic; using System...