| DocumentHelperColumnExistsInDocumentView Method  | 
            Checks whether specified column exists in main document view.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static bool ColumnExistsInDocumentView(
	string columnName
)
Parameters
- columnName
 - Type: SystemString
Column name 
Return Value
Type: 
Boolean
See Also