Click or drag to resize
VersionManagerIsSystemDocumentColumn Method
Returns true if the given column name is a system data column name.

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also