CustomLicenseFunctions Class

Spotfire 14.3 API Reference
Contains the functions of the CustomLicense.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.LicenseLicenseFunctions
    Spotfire.Dxp.Application.ExtensionCustomLicenseFunctions

Namespace:  Spotfire.Dxp.Application.Extension
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public abstract class Functions : LicenseFunctions

The CustomLicenseFunctions type exposes the following members.

Constructors

  NameDescription
Protected methodCustomLicenseFunctions
Initializes a new instance of the CustomLicenseFunctions class.
Top
Methods

  NameDescription
Protected methodStatic memberCreateLicensedFunction
Creates a licensed function given the id, name, and the description.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAccessToExtensions
The default license function for extensions.
Public fieldStatic memberAuthorScripts
This feature must be enabled for users that shall be trusted to write scripts that affect the behavior of the application. For instance python scripts as actions in the Text Area.
Public fieldStatic memberExternalActionUseTrust
This feature must be enabled for users who should be allowed to trust external actions.
Public fieldStatic memberModsDevelopment
This feature must be enabled for users who should be allowed to develop visualization mods in Spotfire.
Public fieldStatic memberModsLocalFile
This feature must be enabled for users who should be allowed to open .mod files from local disk.
Public fieldStatic memberModsOpenFromLibrary
This feature must be enabled for users who should be allowed to open visualization mods from the library.
Public fieldStatic memberModsSaveToLibrary
This feature must be enabled for users who should be allowed to save visualization mods to the library.
Public fieldStatic memberModsUseTrust
This feature must be enabled for users who should be allowed to trust mods.
Top
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