PublishOptionsRequireCheckedInBeforePublish Property

Note: This API is now obsolete.

Gets or sets a value indicating whether to enforce check-in in source project before publish.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[ObsoleteAttribute("No longer used. Since issue 60125 only checked in items can be published.")]
public bool RequireCheckedInBeforePublish { get; set; }

Property Value

Type: Boolean
See Also