Skip to content

New NotionChildPageBlock

fasteiner edited this page Jun 4, 2025 · 1 revision

New-NotionChildPageBlock

SYNOPSIS

Creates a new Notion child page block object.

SYNTAX

New-NotionChildPageBlock [-Title <String>] [<CommonParameters>]

DESCRIPTION

This function creates a new instance of the notion_child_page_block class. You can create an empty child page block or provide a title for the page.

EXAMPLES

EXAMPLE 1

New-NotionChildPageBlock -Title "My Page"

EXAMPLE 2

New-NotionChildPageBlock

PARAMETERS

-Title

The title of the child page.

Type: String
Parameter Sets: (All)
Aliases:

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

OUTPUTS

notion_child_page_block

NOTES

RELATED LINKS

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally