Пример #1
0
        public override void FeatureActivated(SPFeatureReceiverProperties properties)
        {
            string cWebUrl = (properties.Feature.Parent as SPWeb).Url;

            SPFxHelper.LoadAndInstallSPFxAppPackages(cWebUrl);
        }
Пример #2
0
        public override void FeatureActivated(SPFeatureReceiverProperties properties)
        {
            string cSiteUrl = (properties.Feature.Parent as SPSite).Url;

            SPFxHelper.DeploySPFxWebPartInAppCatalog(cSiteUrl);
        }