Get ContactFolder - tsubotitsch/Brevo GitHub Wiki
{{ Fill in the Synopsis }}
Get-ContactFolder [-None] [-limit <Int32>] [-offset <Int32>] [-sort <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-ContactFolder [-folderId <Int32>] [-None] [-limit <Int32>] [-offset <Int32>] [-sort <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-ContactFolder [-Name <String>] [-None] [-limit <Int32>] [-offset <Int32>] [-sort <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
{{ Fill in the Description }}
PS C:\> {{ Add example code here }}
{{ Add example description here }}
The ID of the folder
Type: Int32
Parameter Sets: ByFolderId
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
0 to 50. Defaults to 10. Number of documents per page
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the folder to retrieve
Type: String
Parameter Sets: ByFolderName
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill None Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Number of documents per page. 0 to 50. Defaults to 10
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Sort the results in the ascending/descending order of record creation. Default order is desc
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: asc, desc
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.