Click or drag to resize
MfuAdditionalParameterEventArgsGetParameters Method
Gets the additional parameters to be added to the collection.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public string[] GetParameters()

Return Value

Type: String
Array of parameterNames and values. Pair items are parameterNames, odd-ones are values
See Also