| 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
)
Public Shared Function GetAddInTypesByPage (
page As Page
) As Type()
Parameters
- page
- Type: System.Web.UIPage
An instance of Page object to retrieve add-ins for.
Return Value
Type:
TypeRemarks See Also