| ||||
RegisterCustomViewer methodRegisters a Custom Viewer. See the Working with Custom Viewers topic for information on developing custom viewers. Syntax
ParametersViewerIDUnique identifier for the new custom viewer in the form "ProviderCompany.ViewerName" DescriptionBrief viewer description, which is displayed to administrators. ImplFileThe name of the file that implements the custom viewer. This file should be named in the same format as the ViewerID parameter, except that the dot (".") should be replaced with an underscore ("_"). For example, "ProviderCompany_ViewerName.asp" saExtensionsA SAFEARRAY of file extensions (including ".") for which the viewer is invoked. DefaultModeThe default ERUCustomDisplayMode for the viewer. ppCustomViewerPointer to newly-created custom viewer object. Return value
|
Home |