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; }<ObsoleteAttribute("No longer used. Since issue 60125 only checked in items can be published.")>
Public Property RequireCheckedInBeforePublish As Boolean
Get
Setpublic:
[ObsoleteAttribute(L"No longer used. Since issue 60125 only checked in items can be published.")]
property bool RequireCheckedInBeforePublish {
bool get ();
void set (bool value);
}[<ObsoleteAttribute("No longer used. Since issue 60125 only checked in items can be published.")>]
member RequireCheckedInBeforePublish : bool with get, set
Property Value
Type:
Boolean
See Also