IPublishLogAvgPagePublishMillis Property
|
Gets/sets the average time it took each page to publish in milliseconds.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax double AvgPagePublishMillis { get; set; }
Property AvgPagePublishMillis As Double
Get
Set
property double AvgPagePublishMillis {
double get ();
void set (double value);
}
abstract AvgPagePublishMillis : float with get, set
Property Value
Type:
DoubleRemarks If no pages were published, this defaults to 0.
See Also