CMSConfigurationEngine..::..GridSystemKeyConvert Method
Converts legacy grid system span keys (e.g., "span-6") to their current equivalents (e.g., "col-sm-6")
based on the active grid system profile entries.
Namespace:
AdvantageCMS.Core.Admin.EngineAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Parameters
- entries
- Type: List<(Of <(<'AdvantageGridSystemEntry>)>)>
Optional grid system entries to use; defaults to the current grid system profile items.

