AjaxLoadTemplate

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string AjaxLoadTemplate(
	Storage folder,
	string filename
)
Visual Basic
Public Function AjaxLoadTemplate ( _
	folder As Storage, _
	filename As String _
) As String
Visual C++
public:
String^ AjaxLoadTemplate(
	Storage^ folder, 
	String^ filename
)

Parameters

folder
Type: RTE..::..Storage

[Missing <param name="folder"/> documentation for "M:RTE.Editor.AjaxLoadTemplate(RTE.Storage,System.String)"]

filename
Type: System..::..String

[Missing <param name="filename"/> documentation for "M:RTE.Editor.AjaxLoadTemplate(RTE.Storage,System.String)"]

Return Value

[Missing <returns> documentation for "M:RTE.Editor.AjaxLoadTemplate(RTE.Storage,System.String)"]

See Also