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.0.0.0 (8.1.5347.20411)
Parameters
- formCodeName
 - Type: 
System String
Code name of the FormInfo 
Return Value
Type:Primary key name of the form
Exceptions
| Exception | Condition | 
|---|---|
| formCodeName is null or empty | 
See Also