MachineLearningProviderClientSidePlugins Property

Gets the Javascript handlers and HTML templates that will be installed on the client browser.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract IDictionary<Guid, Tuple<string, string>> ClientSidePlugins { get; }

Property Value

Type: IDictionaryGuid, TupleString, String
See Also