C++: long vtiIsFeatureSupported(BSTR pszFeature);
VB: vtiIsFeatureSupported(Feature as String) as Long
Description
Provides a way to determine if a given feature is supported by the FrontPage Server Extensions for the current web.
Return Value
0 if not supported
1 if supported
Parameters
Feature is a string describing the feature being tested. Possible values are:
KEY | MEANING |
vti_ServerEmailTransport | Web server is configured to send e-mail |
vti_ServiceStructureStore | Web supports reading and storing navigational structure information |
vti_ServiceThemes | Web supports themes |
vti_ServiceMarkUrlDirExec | Web supports making a directory executable |
vti_ServiceMarkUrlDirBrowse | Web supports making a directory browsable |
vti_ServiceMarkUrlDirScript | Web supports making a directory scriptable |