Exemple #1
0
        protected override void OnInit(EventArgs e)
        {
            // Sanitycheck
            SanityCheck();

            package      = VerifyAppIDViability(appID);
            packageTitle = package.Title;

            SPSINStoreUtilities.InstallPackageInWeb(package, targetWebURL);
        }