RecurrencePatternLoadPostData Method
This is used to load the recurrence data for the control on post back
Namespace: EWSoftware.PDI.Web.ControlsAssembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2023.1.2.0
public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Public Function LoadPostData (
postDataKey As String,
postCollection As NameValueCollection
) As Boolean
public:
virtual bool LoadPostData(
String^ postDataKey,
NameValueCollection^ postCollection
) sealed
abstract LoadPostData :
postDataKey : string *
postCollection : NameValueCollection -> bool
override LoadPostData :
postDataKey : string *
postCollection : NameValueCollection -> bool
- postDataKey String
- The key identifier for the control
- postCollection NameValueCollection
- The collection of values
BooleanTrue if the server control's state changes as a result of the postback; otherwise, false
IPostBackDataHandlerLoadPostData(String, NameValueCollection)