Click or drag to resize
DocumentHelperColumnExistsInDocumentView Method
Checks whether specified column exists in main document view.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static bool ColumnExistsInDocumentView(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also