Add-RASPubAppFileExt
Last updated
Last updated
Add-RASPubAppFileExt
Adds a file extension for the specified published application.
Add-RASPubAppFileExt [-] <uint> - <string> [- <uint>] [<>]
Add-RASPubAppFileExt [-] <> - <string> [- <uint>] [<>]
This cmdlet only allows you to add a file extension.
To modify other file extensions, use the Set-RASPubAppFileExt cmdlet.
-Extension <string> The file extension that will be added/modified.
-Id <uint> Published resource ID.
To obtain the object, use the Get-PubItem cmdlet.
-SiteId <uint> Site ID.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Add-RASPubAppFileExt -Id 3 -Extension "txt"
Adds the specified file extension for the resource specified by ID.
-InputObject <> An object specifying the published resource.