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

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public virtual 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