| FormHelperGetBasicFormDefinition Method | 
            Returns basic form definition of the table with primary key only.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static FormInfo GetBasicFormDefinition(
	string primaryKey
)
Parameters
- primaryKey
- Type: SystemString
 Primary key name.
Return Value
Type: 
FormInfo See Also
See Also