New-RoyalApplicationDocument

New-RoyalApplicationDocument

Scripting > Reference > PowerShell Commandlets >

NAME

New-RoyalApplicationDocument
 
 

 

SYNOPSIS

 
 

 

SYNTAX

New-RoyalApplicationDocument [-Store] <RoyalStore> [-Name] <string> [-FileName] <string> [<CommonParameters>]
 
 
 

 

DESCRIPTION

 
 

 

PARAMETERS

-Store <RoyalStore>
The RoyalStore to which the new RoyalApplicationDocument will be assigned.
 
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
 
-Name <string>
The Name of the new RoyalApplicationDocument.
 
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
 
-FileName <string>
The FileName of the new RoyalApplicationDocument. For actually saving it to disc, use the Out-RoyalDocument
cmdlet.
 
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
 
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
 
 

 

INPUTS

RoyalDocumentLibrary.RoyalStore
 
 
The RoyalStore to which the new RoyalApplicationDocument will be assigned.
 
System.String
 
 
The Name of the new RoyalApplicationDocument.
 
 
 

 

OUTPUTS

 
 
 

 

RELATED LINKS