Click or drag to resize

CoreExtensionsGetObsoleteVersionMessage Method

Gets a translated message explaining that the item has been updated since its last load and is now outdated.

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 string GetObsoleteVersionMessage(
	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: String
See Also