Returns an array of file storages by the specified category name("Gallery","Image","Document","Video","Template")

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

Syntax

C#
public Storage[] AjaxGetStorages(
	string category
)
Visual Basic
Public Function AjaxGetStorages ( _
	category As String _
) As Storage()
Visual C++
public:
array<Storage^>^ AjaxGetStorages(
	String^ category
)

Parameters

category
Type: System..::..String
The name of the category. "Gallery" indicates the insert gallery dialog. "*" indicates all dialogs.

Return Value

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

See Also