Search Results for

    Show / Hide Table of Contents

    Enum EAccessLevel

    • C#
    • Visual Basic
    public enum EAccessLevel
    Public Enum EAccessLevel
    Namespace: HomeSeer.PluginSdk.Types
    Assembly: PluginSdk.dll


    License requirement modes for plugins. Set AccessLevel to the integer value corresponding to the desired level.


    Fields

    Name Description
    AcceptsLegacyLicense

    Plug-in is licensed and a user must purchase a license in order to use this plug-in. When the plug-in Is first enabled, it will will run as a trial for 30 days. Legacy (HS3) plugin licenses are also accepted.

    DoNotUse

    Reserved for internal compatibility management. Do not use.

    LicenseNotRequired

    Plug-in is not licensed and may be enabled and run without purchasing a license. Use this value for free plug-ins.

    RequiresLicense

    Plug-in is licensed and a user must purchase a license in order to use this plug-in. When the plug-in Is first enabled, it will will run as a trial for 30 days.

    • View Source
    In This Article
    Back to top HomeSeer Technologies