Sitecore 5.0 API

Settings.PublishGroupsToMultipleFiles Property

Indicates if publish groups should be written to multiple files.

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

Property Value

Default value: true.

Remarks

If true, the data for each publishing group selected in the Publish dialog will be written to a separate work file.

If false, data for all groups will be written to the same work file.

See Also

Settings Class | Sitecore.Configuration Namespace