Get-RenderingParameter
Gets the available rendering parameters found for a given rendering.
Syntax
Detailed Description
Gets the available rendering parameters found for a given rendering.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Instance <RenderingDefinition>
Rendering definition containing the rendering parameters.
Required?
true
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-Name <String[]>
The names (or keys) identifying specific rendering parameters.
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Sitecore.Layouts.RenderingDefinition
Outputs
The output type is the type of the objects that the cmdlet emits.
IDictionary
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE 1
The following gets all renderings for a given item and lists the available rendering parameters.
Related Topics
Last updated