Get ContactFolder - tsubotitsch/Brevo GitHub Wiki

Get-ContactFolder

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

None (Default)

Get-ContactFolder [-None] [-limit <Int32>] [-offset <Int32>] [-sort <String>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

ByFolderId

Get-ContactFolder [-folderId <Int32>] [-None] [-limit <Int32>] [-offset <Int32>] [-sort <String>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

ByFolderName

Get-ContactFolder [-Name <String>] [-None] [-limit <Int32>] [-offset <Int32>] [-sort <String>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-folderId

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

-limit

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

-Name

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

-None

{{ Fill None Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-offset

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

-ProgressAction

{{ 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

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

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.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️