Click or drag to resize
TransformationHelperGetSearchedContent Method
Returns content parsed as XML if required and removes dynamic controls.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetSearchedContent(
	string id,
	string type,
	string content
)

Parameters

id
Type: SystemString
ID of the item
type
Type: SystemString
Type
content
Type: SystemString
Content

Return Value

Type: String
See Also