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