ContinuousIntegrationSettingsDependencyColumns Property |
Collection of additional columns whose change may affect object's code name, GUID, group, site or parent.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public ICollection<string> DependencyColumns { get; }
Property Value
Type:
ICollectionStringRemarks
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