Click or drag to resize
RESTSecurityInvoker.Invoke Method
Invokes the operation only when authentication went well.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 12.0.0
Syntax
C#
public Object Invoke(
	Object instance,
	Object[] inputs,
	out Object[] outputs
)

Parameters

instance
Type: System.Object
Instance object
inputs
Type:System.Object[]
List of inputs
outputs
Type:System.Object[]
List of outputs

Return Value

Type: Object

Implements

IOperationInvoker.Invoke(Object,Object[],Object[])
See Also