isapi.simple.SimpleFilter.GetFilterVersion

GetFilterVersion(self, fv)

Called by the ISAPI framework to get the extension version

Parameters

self :

self

fv :

fv

Comments

The default implementation uses the classes docstring to set the extension description, and uses the classes filter_flags attribute to set the ISAPI filter flags - you must specify filter_flags in your class.