MobileCRM.Bridge.invokeStaticMethodPromise - Resconet/JSBridge GitHub Wiki

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.