This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the render time of the macro in milliseconds.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[(Name = "RenderTime", IsExtensionMethod = true)]
public <int> GetRenderTime(
	bool fullLifeCycle
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "RenderTime", IsExtensionMethod := True)> _
Public Function GetRenderTime ( _
	fullLifeCycle As  _
) As (Of Integer)

Parameters

fullLifeCycle
Boolean
if set to true the full life cycle duration is returned, otherwise, the execution time.

Return Value

The macro render time.

See Also

Module Class
Smartsite.Core Namespace
Advanced