DataFunctionDefinitionIsApprovedByCurrentUser Property

Spotfire 14.3 API Reference
Gets a value indicating whether this data function is approved by the current Windows user.

Namespace:  Spotfire.Dxp.Data.DataFunctions
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public bool IsApprovedByCurrentUser { get; }

Property Value

Type: Boolean
Remarks

The approval information is associated with the current Windows user. The user concept defined by the Spotfire system is not involved.

This property only works correctly in Spotfire Analyst and other Windows desktop versions of Spotfire. When called in a server side version of Spotfire, like the Web Player or Automation Services, it will always return false.

When this property returns true, this data function instance will be allowed to execute. Note that when this property returns false it might still be trusted in the Spotfire Library and thereby be allowed to execute.

Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference