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: 8.2.23
Syntax
C#
public static string GetBasicFormDefinition(
	string primaryKey
)

Parameters

primaryKey
Type: SystemString
Primary key name

Return Value

Type: String
See Also