On this page

ConfluencePS.Label

SYNOPSIS

Defines an object for Labels in Confluence.

SYNTAX

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

[ConfluencePS.Label]@{}

DESCRIPTION

fixThe Label is an object that describes labels in Confluence.

REFERENCES

The following classes use User for their properties:

CONSTRUCTORS

This class does not have a constructor.

PROPERTIES

Id

The Id is the identifier of a Label used by the Confluence server internally.

This value can’t be changed and is assigned by the server.

Type: Int32
Required: True
Default value: None

Prefix

description missing

Type: String
Required: True
Default value: global

Name

The name of the Label.

Type: String
Required: True
Default value: None

METHODS

ToString()

The method for casting an object of this class to string is overwritten.

When cast to string, this will return the Name property’s value.