| CopyGridRowToPageDialogModelParameters Property |
Gets or sets the parameters.
Namespace:
Dynamicweb.Management.Content.Dialogs.Models
Assembly:
Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax public IDictionary<string, Object> Parameters { get; set; }
Public Property Parameters As IDictionary(Of String, Object)
Get
Set
Property Value
Type:
IDictionaryString,
Object
The parameters.
See Also