RESTSecurityInvokerInvoke Method |
Invokes the operation only when authentication went well.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax 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:
ObjectImplements
IOperationInvokerInvoke(Object, Object, Object)See Also