On this page

ConfluencePS.ContentLabelSet

SYNOPSIS

Defines an object for ContentLabelSets in Confluence.

SYNTAX

New-Object -TypeName ConfluencePS.ContentLabelSet [-Property @{}]

[ConfluencePS.ContentLabelSet]@{}

DESCRIPTION

The ContentLabelSet is an object that describes the Labels that are assigned to a Page.

REFERENCES

This class is not used by any other class.

CONSTRUCTORS

This class does not have a constructor.

PROPERTIES

Page

Contains the Page that is being described.

Type: ConfluencePS.Page
Required: True
Default value: None

Labels

Contains a list of Labels that are assigned to the Page.

Type: ConfluencePS.Label
Required: False
Default value: None

METHODS

ToString()

No behavior of casting to string is defined.