vtiListThemes
C++: BSTR vtiListThemes();
VB: vtiListThemes as String
Description
Retrieves information about all the themes installed on the users machine and in the current web.
Return Value
A list of records containing six (6) newline-delimited fields, with one record for each theme. The order of the fields is as follows:
-
name the short name of the theme (directory name); example: mytheme
-
title the string shown to users in FrontPage to identify the theme; example: My New Theme
-
installed a flag that is 1 if the theme is installed on the local machine or 0 if not
-
uploaded a flag that is 1 if the theme is used in the current web or 0 if not
-
version a number indicating the version of the theme; example: 1.01
-
codepage a number indicating the character encoding (Windows codepage) in which the title string is encoded; example: 1252
Parameters
None.