Skip to content

Files

Latest commit

1cb1fc8 · Jun 23, 2020

History

History
94 lines (63 loc) · 2.7 KB

Get-UiPathLibraryVersion.md

File metadata and controls

94 lines (63 loc) · 2.7 KB
NAME
    Get-UiPathLibraryVersion
    
SYNOPSIS
    
    
SYNTAX
    Get-UiPathLibraryVersion [-Id] <string> [-AuthToken <AuthToken>] [-ExactMatch <SwitchParameter>] [-IsLatestVersion 
    <bool>] [-Paging <SwitchParameter>] [-RequestTimeout <int>] [<CommonParameters>]
    
    Get-UiPathLibraryVersion [-Library] <Library> [-AuthToken <AuthToken>] [-ExactMatch <SwitchParameter>] 
    [-IsLatestVersion <bool>] [-Paging <SwitchParameter>] [-RequestTimeout <int>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Id <string>
        
        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Library <Library>
        
        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false
        
    -IsLatestVersion <bool>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Paging <SwitchParameter>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -ExactMatch <SwitchParameter>
        
        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.Library
    
    
OUTPUTS
    
    
RELATED LINKS