IMobileDeviceManagerEnabled Property
|
Gets and sets whether mobile emulation is enabled. When not enabled,
device bundles cannot be selected to emulate mobile preview, and the CMS
user interface does not allow management of device bundles.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntaxbool Enabled { get; set; }
Property Enabled As Boolean
Get
Set
property bool Enabled {
bool get ();
void set (bool value);
}
abstract Enabled : bool with get, set
Property Value
Type:
Boolean
Remarks
See Also