| 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: 13.0.131
 Syntax
Syntaxpublic ICollection<string> DependencyColumns { get; }Property Value
Type: 
ICollectionString Remarks
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
See Also