Click or drag to resize
CMSCustomCalendarControlGetScriptParameters Method
Returns string with initial parameters for the date time picker. The result is joined from custom parameters defined by customParams and default parameters.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected string GetScriptParameters(
	AbstractDateTimePicker datePickerObject,
	HashSet<string> customParams
)

Parameters

datePickerObject
Type: CMS.ExtendedControlsAbstractDateTimePicker
Calendar control with settings
customParams
Type: System.Collections.GenericHashSetString
Custom initial parameters that will be added into the result parameters

Return Value

Type: String
See Also