Get-Preset

Returns a serialization preset for use with Export-Item.

Syntax

Get-Preset [[-Name] <String[]>]

Detailed Description

The Get-Preset command returns a serialization preset for use with Export-Item.

© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions

Parameters

-Name <String[]>

Name of the serialization preset.

Aliases

Required?

false

Position?

1

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Sitecore.Data.Serialization.Presets.IncludeEntry

Notes

Help Author: Adam Najmanowicz, Michael West

Examples

EXAMPLE

Last updated