Click or drag to resize
AbstractInfoBaseTInfoAllowExternalColumn Method
Indicates whether a given column is allowed to be saved externally.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual bool AllowExternalColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also