This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Updates the last modified date of the response, if the given date is newer than the current one.

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

Syntax

C#Copy imageCopy Code
[]
public static void UpdateLastModified(
	 context,
	 lastModifiedDate
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Sub UpdateLastModified ( _
	context As , _
	lastModifiedDate As  _
)

Parameters

context
IRenderContext
The context.
lastModifiedDate
DateTime
The last modified date.

See Also

Advanced