BizFormInfoProvider GenerateFormPrimaryKeyNameInternal Method Kentico 8.0 API Reference
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.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineString
Primary key name of the form
Exceptions

See Also