Get-ItemReference
Returns all the items linked to the specified item..
Syntax
Get-ItemReference -Item <Item>
Get-ItemReference -Item <Item> -ItemLink
Get-ItemReference -Path <String> [-Language <String[]>]
Get-ItemReference -Path <String> [-Language <String[]>] -ItemLink
Get-ItemReference -Id <String> [-Database <String>] [-Language <String[]>]
Get-ItemReference -Id <String> [-Database <String>] [-Language <String[]>] -ItemLink
Detailed Description
The Get-ItemReference command returns all items linked to the specified item. If -ItemLink parameter is used the command will return links rather than items.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Item <Item>
The item to be analysed.
-Path <String>
Path to the item to be processed - additionally specify Language parameter to fetch different item language than the current user language.
-Id <String>
Id of the the item to be processed - additionally specify Language parameter to fetch different item language than the current user language.
-Database <String>
Database containing the item to be processed - can work with Language parameter to narrow the publication scope.
-Language <String[]>
Language that will be used as source language. If not specified the current user language will be used. Globbing/wildcard supported.
-ItemLink <SwitchParameter>
Return ItemLink that define both source and target of a link rather than items that are being linked to from the specified item.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Sitecore.Data.Items.Item
Outputs
The output type is the type of the objects that the cmdlet emits.
Sitecore.Data.Items.Item
Sitecore.Links.ItemLink
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE 1
EXAMPLE 2
Related Topics
Last updated