Sitecore 5.1.1 API

Settings.FullPublishOnTemplateChange Property

Indicates if a full publish will be forced when a template or template field has been edited?

[Visual Basic]
Public Shared ReadOnly Property FullPublishOnTemplateChange As Boolean
[C#]
public static bool FullPublishOnTemplateChange {get;}

Property Value

Default value: false.

Remarks

If false, the entire database will be scanned for items using the modified template, and these will have their incremental publishing flags set, so that they will be included in the next incremental publish operation.

See Also

Settings Class | Sitecore.Configuration Namespace