Click or drag to resize

RibbonBarAddInGetAddInTypesByPage Method

Retrieves the list of add-in types for the given instance of Page object.

Namespace:  Dynamicweb.Controls.Extensibility
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static Type[] GetAddInTypesByPage(
	Page page
)

Parameters

page
Type: System.Web.UIPage
An instance of Page object to retrieve add-ins for.

Return Value

Type: Type
Remarks