New-SortColumn
SYNOPSIS
Creates a new instance of the SortColumn class.
SYNTAX
1 |
|
DESCRIPTION
New-SortColumn acts as a wrapper function for the SortColumn class included in the module Easit.GO.Webservice. With the provided input it returns an instance of the SortColumn class.
EXAMPLES
EXAMPLE 1
1 2 3 4 5 |
|
PARAMETERS
-Order
Order to sort by.
1 2 3 4 5 6 7 8 9 |
|
-ProgressAction
Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider, such as the progress bars generated by the Write-Progress cmdlet. The Write-Progress cmdlet creates progress bars that show a command's status.
The ProgressAction parameter takes one of the ActionPreference enumeration values: SilentlyContinue, Stop, Continue, Inquire, Ignore, Suspend, or Break.
1 2 3 4 5 6 7 8 9 |
|
-Property
Item property in Easit GO to sort on.
1 2 3 4 5 6 7 8 9 |
|
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.