Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 2.63 KB

Get-UiPathPackageVersion.md

File metadata and controls

94 lines (63 loc) · 2.63 KB
NAME
    Get-UiPathPackageVersion
    
SYNOPSIS
    
    
SYNTAX
    Get-UiPathPackageVersion -Id <string> [-AuthToken <AuthToken>] [-IsActive <bool>] [-IsLatestVersion <bool>] 
    [-RequestTimeout <int>] [-Version <string>] [<CommonParameters>]
    
    Get-UiPathPackageVersion -Package <Package> [-AuthToken <AuthToken>] [-IsActive <bool>] [-IsLatestVersion <bool>] 
    [-RequestTimeout <int>] [-Version <string>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Id <string>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Package <Package>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false
        
    -Version <string>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -IsActive <bool>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -IsLatestVersion <bool>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -AuthToken <AuthToken>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -RequestTimeout <int>
        
        Required?                    false
        Position?                    named
        Default value                100
        Accept pipeline input?       false
        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 (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    UiPath.PowerShell.Models.Package
    
    
OUTPUTS
    
    
RELATED LINKS