OldDictionaryValue returns the Dictionary(Of Integer, String) representation of the OldValue
Namespace: DotNetNuke.UI.Skins.ControlsAssembly: 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 |