Click or drag to resize
CMSButtonGroupLoadPostData Method
Processes postback data

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

Parameters

postDataKey
Type: SystemString
postCollection
Type: System.Collections.SpecializedNameValueCollection

Return Value

Type: Boolean

Implements

IPostBackDataHandlerLoadPostData(String, NameValueCollection)
See Also