Click or drag to resize
FormHelperGetBasicFormDefinition Method
Returns basic form definition of the table with primary key only.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax
C#
public static FormInfo GetBasicFormDefinition(
	string primaryKey
)

Parameters

primaryKey
Type: SystemString
Primary key name.

Return Value

Type: FormInfo
See Also