Click or drag to resize
CMSSelectableToggleButtonLoadPostData Method
Processes postback data for an ASP.NET server control.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: SystemString
The key identifier for the control.
postCollection
Type: System.Collections.SpecializedNameValueCollection
The collection of all incoming name values.

Return Value

Type: Boolean
Always false

Implements

IPostBackDataHandlerLoadPostData(String, NameValueCollection)
See Also