Click or drag to resize
MassActionsAdditionalParameters Property
If mass action is called, Value of this Lazy object will be passed to the CreateUrl callback. If this property is null, nothing is passed to the callback.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public Lazy<Object> AdditionalParameters { get; set; }

Property Value

Type: LazyObject
See Also