Click or drag to resize
ContinuousIntegrationSettingsDependencyColumns Property
Collection of additional columns whose change may affect object's code name, GUID, group, site or parent.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ICollection<string> DependencyColumns { get; }

Property Value

Type: ICollectionString
Remarks
For example when you override ObjectCodeName and you compose the code name from other fields than CodeNameColumn then these fields must be defined in this collection.
See Also