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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
protected override bool AllowExternalColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
Returns true if column is allowed to be saved externally
See Also