Open this page in the API Guide

MachineLearningProvider.ClientSidePlugins 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 (25.1.0.1000)
Syntax
public abstract IDictionary<Guid, Tuple<string, string>> ClientSidePlugins { get; }

Property Value

Type: IDictionary<Guid, Tuple<String, String>>
See Also