Click or drag to resize
ObjectTypeInfoGetBindingColumns Method
Gets the list of columns representing binding

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public List<string> GetBindingColumns(
	bool includeParent = true,
	bool includeSite = true
)

Parameters

includeParent (Optional)
Type: SystemBoolean
If true, the result includes the parent column
includeSite (Optional)
Type: SystemBoolean
If true, the result includes the site column

Return Value

Type: ListString
See Also