Hey Friends,
Very small but useful, I was in one of the development process where in I had to get the dependent modules of my application as a part of some validation process and guess what we altogether have a new data type introduced for this.
This Data type comes up with the required 3 Methods – ID, Name and Publisher.
ModuleDependencyInfo.ID –> App ID
ModuleDependencyInfo.Name –> Name
ModuleDependencyInfo.Publisher –> Publisher
Just Declare this and you have all the information of the dependent Module.
Cheers
*This post is locked for comments