just the bare necessities of state management.
Hotlink it from https://unpkg.com/valoo.
| #requires -Version 6 | |
| function Get-BranchName | |
| { | |
| $default = "n/a" | |
| $currentPath = $ExecutionContext.SessionState.Path.CurrentLocation | |
| while ($true) | |
| { | |
| try |
| Param( | |
| $solrVersion = "6.6.2", | |
| $installFolder = "c:\solr\SC902", | |
| $solrPort = "9393", | |
| $solrHost = "solr", | |
| $solrSSL = $true, | |
| $nssmVersion = "2.24", | |
| $JREVersion = "1.8.0_111", | |
| $solrInstanceName ="solrSC902" | |
| ) |
just the bare necessities of state management.
Hotlink it from https://unpkg.com/valoo.
| <?xml version="1.0" encoding="utf-8" ?> | |
| <control xmlns:def="Definition" xmlns="http://schemas.sitecore.net/Visual-Studio-Intellisense"> | |
| <Sitecore.Shell.Applications.Dialogs.SelectRendering> | |
| <FormDialog ID="Dialog" Icon="Core/32x32/open_document.png" Header="Open Item" | |
| Text="Select the item that you wish to open. Then click the Open button." OKButton="Open"> | |
| <Stylesheet Src="SelectItemWithThumbnails.css" DeviceDependant="true" /> | |
| <CodeBeside Type="MyProject.CMS.Custom.Dialogs.SelectRenderingTabbed.SelectRenderingForm, ARM.CMS.Custom"/> | |
| <DataContext ID="DataContext" Root="/"/> |