The only method provided by the DNN framework to get a module by ID also required a tab ID. What can I do if I don’t have a tab ID?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The GetModule method off of the DotNetNuke.Entities.Modules.ModuleController class will accept a ‘null’ value for tab ID if you don’t have a tab ID. That is, try the following:
See also my blog post on the subject.