Defines an object for ContentLabelSets in Confluence.
New-Object -TypeName ConfluencePS.ContentLabelSet [-Property @{}]
[ConfluencePS.ContentLabelSet]@{}
The ContentLabelSet
is an object that describes the Label
s that are assigned to a Page
.
This class is not used by any other class.
This class does not have a constructor.
Contains the Page
that is being described.
Type: ConfluencePS.Page
Required: True
Default value: None
Contains a list of Label
s that are assigned to the Page
.
Type: ConfluencePS.Label
Required: False
Default value: None
No behavior of casting to string is defined.