OldDictionaryValue returns the Dictionary(Of Integer, String) representation of the OldValue

Namespace: DotNetNuke.UI.Skins.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected Dictionary<int, string> OldDictionaryValue { get; set; }
Visual Basic
Protected Property OldDictionaryValue As Dictionary(Of Integer, String)
	Get
	Set

Field Value

A Dictionary(Of Integer, String) representing the OldValue

See Also