New-ExplicitFileSource
Creates new File source that can be added to a Sitecore package.
Syntax
New-ExplicitFileSource [-Name] <String> [-File <FileSystemInfo>] [-InstallMode <String>]
Detailed Description
Creates new File source that can be added to a Sitecore package. Folder provided as Root will be added as well as all of its content provided it matches the filters.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Name <String>
Name of the file source.
Required?
true
Position?
1
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-File <FileSystemInfo>
Path to the file to be included. this can be automatically discovered if a stream of files is piped to the command.
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
true (ByValue)
Accept Wildcard Characters?
false
-InstallMode <String>
Required?
false
Position?
named
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.Install.Files.ExplicitFileSource
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE
Following example creates a new package, adds content of the Console folder (except the source files) under the site folder saves it in the Sitecore Package folder + gives you an option to download the saved package.
Related Topics
Import-Package
Last updated