With IWEB we realize that there will eventually be thousands of web methods. To administer security we will need to have a way to group and sort the multitude of methods.
Developers will be able to add an attribute to their methods like this:
<WebMethod(Description:=" Retrieves Portals on Server *DotNetNuke* |IWEB Core| #General# !Portal! ")> _
The key is:
* = Company Name
| = Application Name
# = Second grouping
! = Third grouping
A future version of the IWEB Core will contain an administration screen that will sort and group the methods by these attributes.