Recurrence PatternLoad Post Data 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: 2025.1.9.0
True if the server control's state changes as a result of the postback; otherwise, false
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
C#
public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)VB
Public Function LoadPostData (
postDataKey As String,
postCollection As NameValueCollection
) As BooleanC++
public:
virtual bool LoadPostData(
String^ postDataKey,
NameValueCollection^ postCollection
) sealedF#
abstract LoadPostData :
postDataKey : string *
postCollection : NameValueCollection -> bool
override LoadPostData :
postDataKey : string *
postCollection : NameValueCollection -> bool Parameters
- postDataKey String
- The key identifier for the control
- postCollection NameValueCollection
- The collection of values
Return Value
BooleanTrue if the server control's state changes as a result of the postback; otherwise, false