Skip to content

MobileCRM.Bridge.invokeStaticMethodPromise

rescocrm edited this page May 15, 2023 · 3 revisions

Invokes a static method on specified type asynchronously as a Promise.

Arguments

Argument Type Description
assembly String The name of the assembly which defines the type.
typeName String The full name of the C# type which implements the method.
method String The name of static method to be invoked.
paramsList Array An array with parameters that should be passed to a method.
Clone this wiki locally