Difference between ModuleID and ModuleUniqueID in DNN

Viewed 59

I'm using the ModuleController class to copy modules to specific pages. I noticed that there are GetModule methods which take ModuleID as an argument and then there's GetModuleByUniqueID.

What's the difference between ModuleID and ModuleUniqueID? (usage not data type)

2 Answers
Related