Hello,
I am developing a DNN module in C#. I would like to add a link in the fotter section of the module, in view mode, to another control. This is very similar to the link "Add Content" that shows up in the edit mode. I have added a module action to ModuleActions getter. I have added the following statement.
Localization.GetString(AuctionModuleActionType.ListItem, this.LocalResourceFile),AuctionModuleActionType.ListItem, "", "", listItemUrl, false, DotNetNuke.Security.SecurityAccessLevel.View,true, false);
Can anyone please tell me how I can make the link apper in view mode. Some sample code would be very helpful. Thanks.
actions.Add(GetNextActionID(),