ObjectTypeInfoGetBindingColumns Method |
Gets the list of columns representing binding.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
ListStringSee Also