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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.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