DocumentManagementHelper::openFolder Method

Opens the folder specified by the folderName parameter in the location specified by the exportLocation parameter.

Syntax

client server public static void openFolder(ExcelExportLocation exportLocation, str folderName)

Run On

Called

Parameters

  • exportLocation
    Type: ExcelExportLocation Enumeration
    A value from the SysExcelExportLocation enumerator that indicates where the folder should be opened.
  • folderName
    Type: str
    The name of the folder to open.

See Also

Reference

DocumentManagementHelper Class