New NotionChildDatabaseBlock - fasteiner/Notion GitHub Wiki

New-NotionChildDatabaseBlock

SYNOPSIS

Creates a new Notion child database block object.

SYNTAX

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

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

New-NotionChildDatabaseBlock -Title "My Database"

EXAMPLE 2

New-NotionChildDatabaseBlock

PARAMETERS

-Title

The title of the child database.

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_database_block

NOTES

RELATED LINKS

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