Creates new placeholder setting definition that can later be added to an item.
Copy New-PlaceholderSetting [ -Item ] < Item > [ -Key <string> ] [ -Language <string [] > ]
New-PlaceholderSetting [ -Path ] < string > [ -Key <string> ] [ -Language <string [] > ]
New-PlaceholderSetting - Id < string > [ -Key <string> ] [ -Language <string [] > ] [ -Database <string> ] Detailed Description
Creates new placeholder setting definition that can later be added to an item. Most parameters can later be overriden when calling Add-PlaceholderSetting.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
-Database <string>
Database containing the item to be processed - can work with Language parameter to narrow the publication scope.
Accept Wildcard Characters?
Id of the item to be processed - can work with Language parameter to narrow the publication scope.
Accept Wildcard Characters?
The item to be processed.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
The key for this placeholder setting.
Accept Wildcard Characters?
-Language <string[]>
Language that will be used as source language. If not specified the current user language will be used. Globbing/wildcard supported.
Accept Wildcard Characters?
Path to the item to be processed - can work with Language parameter to narrow the publication scope.
Aliases
FullName, FileName
Accept Wildcard Characters?
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Sitecore.Layouts.PlaceholderDefinition
Create item defining placeholder setting