AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BWAEditor..::..LoadPostData Method

Implements LoadPostData(System.String,System.Collections.Specialized.NameValueCollection). Captures the posted textarea value back into _content when it differs from the current content.

Namespace:  AdvantageCMS.Web.UI
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


public bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: String
The post-back key identifying this control.
postCollection
Type: NameValueCollection
The collection of posted form values.

Return Value

true if the content changed (a ContentChanged event should be raised); otherwise, false.