Returns unique value in format "prefix{number}" where number will be higher than
highest number from source options. (Apply only to strings in format "prefix{number}").
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- items
- Type: System.Collections.Generic IEnumerable String
Source collection of items
- prefix (Optional)
- Type: System String
Prefix used in value; default value is 'Option '
Return Value
Type: StringSee Also