Click or drag to resize

CoreExtensionsGetObsoleteVersionHtmlMessage Method

Gets a translated message (HTML) explaining that the item has been updated since its last load and is now outdated. This HTML message also include a link offering the user the reload the current page.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html GetObsoleteVersionHtmlMessage(
	PFItem item,
	PFTranslations translations,
	PFUser lastUpdateBy = null,
	Nullable<DateTimeOffset> lastUpdatedAt = null
)

Parameters

item
Type: Packflow.CorePFItem
translations
Type: Packflow.InterfacePFTranslations
lastUpdateBy (Optional)
Type: Packflow.CorePFUser
lastUpdatedAt (Optional)
Type: SystemNullableDateTimeOffset

Return Value

Type: Html
See Also