vtiGetTheme

C++: BSTR vtiGetTheme(BSTR pszThemeDirName, BSTR pszLocThemesDir);
VB: vtiGetTheme(ThemeDirName as String, LocThemesDir as String) as String

Description

Downloads all theme files for a given theme.

Return Value

A newline-delimited list of the downloaded files. The filenames are relative to the theme directory specified by the LocThemesDir parameter.

Parameters

ThemeDirName is the short name of the theme, which is the same as the theme’s directory name.

LocThemesDir is an absolute path to a local directory where the theme files should be downloaded.