IPublishLogTotalPageSerializeSeconds Property
|
Gets/sets the amount of time it took to serialize all the pages for the publish in seconds.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax double TotalPageSerializeSeconds { get; set; }
Property TotalPageSerializeSeconds As Double
Get
Set
property double TotalPageSerializeSeconds {
double get ();
void set (double value);
}
abstract TotalPageSerializeSeconds : float with get, set
Property Value
Type:
DoubleSee Also