Click or drag to resize

PageInfoDevice Property

Gets/Sets the Device value. Note that this is the SAME value as ParamText and is preferred over ParamText.

Device specification on pages allows the application to tailor pages to the real-estate limitation of different devices such as mobile and tablet devices.

Page Overloading can achieved by specifying Device and/or Priority. When a user logs in with roles that allow access to multiple pages with the same MOP then Device and Priority are used to determine which of these pages is to be used. If a particular Device matches the current device then that page is favored. If multiple pages with the same (or no) Device are available then Priority is used to disambiguate with the highest Priority number favored.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Device { get; set; }

Property Value

Type: String
See Also