Class PageActionExtensions
public static class 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 Home
Methods
View SourceGetKey(EPageAction)
Get the page action key associated with a particular EPage
Declaration
public static string GetKey(this EPageAction pageAction)
Parameters
Type | Name | Description |
---|---|---|
EPage |
pageAction | The EPage |
Returns
Type | Description |
---|---|
System. |
The key string used on feature page javascript for the specified EPage |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when an invalid EPage |