ConnectorsFunctionsCreateLicensedFunction Method TIBCO Spotfire 7.6 API Reference
Creates a licensed function given the id, name, and the description.

Namespace: Spotfire.Dxp.Framework.Licenses
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected static LicensedFunction CreateLicensedFunction(
	string id,
	string name
)

Parameters

id
Type: SystemString
Identifier of the licensed function.
name
Type: SystemString
Name of the licensed function.

Return Value

Type: LicensedFunction
A LicensedFunction instance.
Version Information

Supported in: 5.5
See Also

Reference