RecurrencePatternLoadPostData Method

This is used to load the recurrence data for the control on post back

Definition

Namespace: EWSoftware.PDI.Web.Controls
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2023.1.2.0
public bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey  String
The key identifier for the control
postCollection  NameValueCollection
The collection of values

Return Value

Boolean
True if the server control's state changes as a result of the postback; otherwise, false

Implements

IPostBackDataHandlerLoadPostData(String, NameValueCollection)

See Also