IComponentServiceGetAvailableFunctions Method

Returns all available functions.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyList<FunctionDefinition> GetAvailableFunctions()

Return Value

Type: IReadOnlyListFunctionDefinition
The list of available functions.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also