ChainStoreWeb.Utilities.SharePointComponentDeployer.DeployChainStoreComponentsToHostWeb C# (CSharp) Method

DeployChainStoreComponentsToHostWeb() static private method

static private DeployChainStoreComponentsToHostWeb ( HttpRequest request ) : void
request System.Web.HttpRequest
return void
        internal static void DeployChainStoreComponentsToHostWeb(HttpRequest request)
        {
            CreateLocalEmployeesList();
            ChangeCustomActionRegistration();
            RemoteTenantVersion = localVersion;
        }