Directory property

For IERUCustomCommandManager, returns the server directory that contains custom command ASP files.

For IERUCustomViewerManager, returns the server directory that contains custom viewer ASP files.

For both custom commands and custom viewers, this path contains a placeholder for the language directory (for example, "d:\Inetpub\eRoomASP\<LANG>\CustomCommands") Replace "<LANG>" with "EN" for English, "DE" for German, and "FR" for French.

Syntax


C++

HRESULT get_Directory(BSTR* pDirectory)

Scripting languages

String = Manager.Directory

Home

Applies to

IERUCustomCommandManager

IERUCustomViewerManager