AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageEditor..::..SetToolsXML Method

Overwrites the editor's tools configuration with the supplied XML document.

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

Syntax


public bool SetToolsXML(
	XmlDocument toolsXml
)

Parameters

toolsXml
Type: XmlDocument
The tools XML document (same schema as Telerik's ToolsFile) to apply.

Return Value

true if the tools XML was applied successfully; false if an exception occurred.