Skip to content

Commit 6e1eff3

Browse files
committed
Issue #356
1 parent 12752fb commit 6e1eff3

File tree

4 files changed

+13
-138
lines changed

4 files changed

+13
-138
lines changed

Cognifide.PowerShell/Commandlets/Data/GetItemByUriCommand.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

Cognifide.PowerShell/sitecore modules/PowerShell/Assets/Cognifide.PowerShell.dll-Help.maml

Lines changed: 13 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -22645,9 +22645,7 @@ master {en, de-DE, es-ES, pt-BR...} False False
2264522645
<command:name>Get-ItemByUri</command:name>
2264622646
<gl:group>ItemByUri</gl:group>
2264722647
<maml:description>
22648-
<maml:para>This command has been obsoleted - use "Get-Item -Uri" instead.
22649-
22650-
</maml:para>
22648+
<maml:para />
2265122649
</maml:description>
2265222650
<maml:copyright>
2265322651
<maml:para>© 2010-2015 Adam Najmanowicz - Cognifide Limited, Michael West. All rights reserved. Sitecore PowerShell Extensions</maml:para>
@@ -22657,10 +22655,7 @@ master {en, de-DE, es-ES, pt-BR...} False False
2265722655
<dev:version>3.2.0</dev:version>
2265822656
</command:details>
2265922657
<maml:description>
22660-
<maml:para>This command has been obsoleted - use "Get-Item -Uri" instead.
22661-
22662-
22663-
</maml:para>
22658+
<maml:para />
2266422659
<maml:para>© 2010-2015 Adam Najmanowicz - Cognifide Limited, Michael West. All rights reserved. Sitecore PowerShell Extensions</maml:para>
2266522660
</maml:description>
2266622661
<command:syntax>
@@ -22688,60 +22683,17 @@ master {en, de-DE, es-ES, pt-BR...} False False
2268822683
</dev:type>
2268922684
</command:parameter>
2269022685
</command:parameters>
22691-
<command:inputTypes>
22692-
<command:inputType>
22693-
<dev:type>
22694-
<maml:name />
22695-
<maml:uri />
22696-
<maml:description>
22697-
<maml:para />
22698-
</maml:description>
22699-
</dev:type>
22700-
<maml:description>
22701-
<maml:para />
22702-
</maml:description>
22703-
</command:inputType>
22704-
</command:inputTypes>
22705-
<command:returnValues>
22706-
<command:returnValue>
22707-
<dev:type>
22708-
<maml:name>Sitecore.Data.Items.Item
22709-
22710-
</maml:name>
22711-
<maml:uri />
22712-
<maml:description>
22713-
<maml:para />
22714-
</maml:description>
22715-
</dev:type>
22716-
<maml:description>
22717-
<maml:para />
22718-
</maml:description>
22719-
</command:returnValue>
22720-
</command:returnValues>
22686+
<command xmlns="inputTypes" />
22687+
<command xmlns="returnValues" />
2272122688
<command:terminatingErrors />
2272222689
<command:nonTerminatingErrors />
2272322690
<maml:alertSet>
2272422691
<maml:alert>
22725-
<maml:para>Help Author: Adam Najmanowicz, Michael West
22726-
22727-
</maml:para>
22692+
<maml:para />
2272822693
</maml:alert>
2272922694
</maml:alertSet>
22730-
<command:examples>
22731-
<command:example>
22732-
<maml:title>------------------EXAMPLE------------------</maml:title>
22733-
<dev:code>PS master:\&gt; Get-Item -Path master: -Uri "sitecore://master/{658017A8-F2D9-45C2-B89E-1B55A9FCFEE2}?lang=en&amp;ver=1"
22734-
22735-
</dev:code>
22736-
<dev:remarks />
22737-
</command:example>
22738-
</command:examples>
22739-
<maml:relatedLinks>
22740-
<maml:navigationLink>
22741-
<maml:linkText>https://github.com/SitecorePowerShell/Console/</maml:linkText>
22742-
<maml:uri />
22743-
</maml:navigationLink>
22744-
</maml:relatedLinks>
22695+
<command:examples />
22696+
<maml:relatedLinks />
2274522697
</command:command>
2274622698
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/1" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.sitecorepowershellextensions.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
2274722699
<command:details>
@@ -25174,7 +25126,7 @@ $item.Title = "New Title"
2517425126
</command:syntaxItem>
2517525127
</command:syntax>
2517625128
<command:parameters>
25177-
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="1" variableLength="false">
25129+
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" variableLength="false">
2517825130
<maml:name>Index</maml:name>
2517925131
<maml:description>
2518025132
<maml:para />
@@ -25216,7 +25168,7 @@ $item.Title = "New Title"
2521625168
</maml:description>
2521725169
</dev:type>
2521825170
</command:parameter>
25219-
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1" variableLength="false">
25171+
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" variableLength="false">
2522025172
<maml:name>Name</maml:name>
2522125173
<maml:description>
2522225174
<maml:para />
@@ -25271,7 +25223,7 @@ $item.Title = "New Title"
2527125223
</command:syntaxItem>
2527225224
</command:syntax>
2527325225
<command:parameters>
25274-
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1" variableLength="false">
25226+
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" variableLength="false">
2527525227
<maml:name>Name</maml:name>
2527625228
<maml:description>
2527725229
<maml:para />
@@ -25326,7 +25278,7 @@ $item.Title = "New Title"
2532625278
</command:syntaxItem>
2532725279
</command:syntax>
2532825280
<command:parameters>
25329-
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1" variableLength="false">
25281+
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" variableLength="false">
2533025282
<maml:name>Name</maml:name>
2533125283
<maml:description>
2533225284
<maml:para />
@@ -25381,7 +25333,7 @@ $item.Title = "New Title"
2538125333
</command:syntaxItem>
2538225334
</command:syntax>
2538325335
<command:parameters>
25384-
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1" variableLength="false">
25336+
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" variableLength="false">
2538525337
<maml:name>Name</maml:name>
2538625338
<maml:description>
2538725339
<maml:para />
@@ -25440,7 +25392,7 @@ $item.Title = "New Title"
2544025392
</command:syntaxItem>
2544125393
</command:syntax>
2544225394
<command:parameters>
25443-
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1" variableLength="false">
25395+
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" variableLength="false">
2544425396
<maml:name>Name</maml:name>
2544525397
<maml:description>
2544625398
<maml:para>Name of the index to return.

Documentation/Get-Index.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

Documentation/Get-ItemByUri.ps1

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)