Click or drag to resize
BaseInfoCustomizedColumns Property
Gets the list of customized columns in current object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual IReadOnlyCollection<string> CustomizedColumns { get; set; }

Property Value

Type: IReadOnlyCollectionString
See Also