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

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

Parameters

instance
Type: SystemObject
Instance object
inputs
Type: SystemObject
List of inputs
outputs
Type: SystemObject
List of outputs

Return Value

Type: Object

Implements

IOperationInvokerInvoke(Object, Object, Object)
See Also