Search Results for

    Show / Hide Table of Contents

    Class PageActionExtensions

    • C#
    • Visual Basic
    public static class PageActionExtensions
    Public Module PageActionExtensions
    Inheritance
    System.Object
    PageActionExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: HomeSeer.PluginSdk.Features.Responses.PageActions
    Assembly: PluginSdk.dll


    Extension methods for members of the HomeSeer.PluginSdk.Features.Responses.PageActions namespace


    Methods

    View Source

    GetKey(EPageAction)

    Get the page action key associated with a particular EPageAction

    Declaration
    • C#
    • Visual Basic
    public static string GetKey(this EPageAction pageAction)
    <ExtensionAttribute>
    Public Shared Function GetKey(pageAction As EPageAction) As String
    Parameters
    Type Name Description
    EPageAction pageAction

    The EPageAction to get the key for

    Returns
    Type Description
    System.String

    The key string used on feature page javascript for the specified EPageAction

    Exceptions
    Type Condition
    System.ArgumentOutOfRangeException

    Thrown when an invalid EPageAction is specified

    • View Source
    In This Article
    Back to top HomeSeer Technologies