| RibbonBarAddInGetAddInTypesByLocation Method |
Retrieves the list of add-in types for a given location.
Namespace:
Dynamicweb.Controls.Extensibility
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static Type[] GetAddInTypesByLocation(
string path
)
Public Shared Function GetAddInTypesByLocation (
path As String
) As Type()
Parameters
- path
- Type: SystemString
The location path defined on an add-in.
Return Value
Type:
TypeRemarks See Also