Click or drag to resize
DocumentTypeHelperRemoveColumnsFromPageType Method
Removes fields from page type.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void RemoveColumnsFromPageType(
	DataClassInfo classInfo,
	params string[] fieldNames
)

Parameters

classInfo
Type: CMS.DataEngineDataClassInfo
Page type to update
fieldNames
Type: SystemString
Field names to remove
See Also