BizFormInfoProviderGenerateFormPrimaryKeyNameInternal Method |
Takes code name of the form and generates a primary key name from it. Generated primary key is safe to use in the
database. It does not contain forbidden characters, does not start with a number, etc.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax protected string GenerateFormPrimaryKeyNameInternal(
string formCodeName
)
Parameters
- formCodeName
- Type: SystemString
Code name of the FormInfo
Return Value
Type:
StringPrimary key name of the form
Exceptions See Also