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