IPublishLogStoppingError Property
|
Gets/sets if there was an error causing the publish to terminate.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool StoppingError { get; set; }Property StoppingError As Boolean
Get
Set
property bool StoppingError {
bool get ();
void set (bool value);
}abstract StoppingError : bool with get, set
Property Value
Boolean
See Also