AddOn functionality in relation to build-in types

AddOn functionality in relation to build-in types

avatar

Hi,



How can I get the session tools enabled for my custom AddOn? Ping, etc.

And how can I get to see the AddOn fields on the View - Details page?

Cheers!

Sjoerd

All Comments (1)

avatar

Hi,
Addon fields are not supported in the details view, but it's a good idea to add this. To enable the session tools for your custom add-on, you must override GetHost and SetHost and return a value (not null or empty). This value is usually the computer or IP address to use for ping or all the other operations.
edited by dhervieux on 10/13/2010

David Hervieux