WebApplication.GetDiffDeviceTemplateName(String) Method
Returns the device-specific model differences name (ModelStoreBase.AppDiffDefaultDesktopName, ModelStoreBase.AppDiffDefaultMobileName or ModelStoreBase.AppDiffDefaultTabletName).
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
storePath | String | A string which is the path to model differences storage. |
Returns
Type | Description |
---|---|
String | A string which is the device-specific model differences name. |
See Also