Defines the interface that allows a control add-in to get information about the container of the add-in control. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public interface IControlAddInSite

Remarks

The IControlAddIn interface is initialized with a control add-in site object, which implements the IControlAddInSite interface. The IControlAddInSite interface provides information to control add-in across all display targets and allows the control add-in to call functionality inside the Microsoft Dynamics NAV framework. For example, a control can retrieve metadata information.


See Also