Open this page in the API Guide

IComponentService.GetFunction Method (Guid)

Returns a function instance for the requested function ID.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
FunctionDefinition GetFunction(
	Guid functionId
)

Parameters

functionId
Type: System.Guid
The function ID.

Return Value

Type: FunctionDefinition
The requested function.
Exceptions
ExceptionCondition
ArgumentExceptionfunctionId is Empty or functionId is not an existing function ID.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also