Click or drag to resize

AddInManagerInvokeFunction Method

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public static Object InvokeFunction(
	Object instance,
	string functionName,
	Object[] arguments
)

Parameters

instance
Type: SystemObject
functionName
Type: SystemString
arguments
Type: SystemObject

Return Value

Type: Object
See Also