Skip to main content

ASPxClientFileManager.GetActiveAreaName Method

Gets the name of the currently active file manager area.

Declaration

GetActiveAreaName(): string

Returns

Type Description
string

A string value that identifies the active area.

Remarks

Use the GetActiveAreaName method to get the currently active file manager area name. The method can return the following values.

  • Folders - the folder container is currently active.
  • Files - the file container is currently active.
  • None - no file manager area is currently active.
See Also