< Back

New-ContentTypeObject

Sat Jan 18, 2020 12:12 pm

NAME New-ContentTypeObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.contentType" (or one of its derived types).





SYNTAX

New-ContentTypeObject [-columnLinks <object[]>] [-description <string>] [-group <string>] [-hidden <bool>]

[-inheritedFrom <object>] [-name <string>] [-order <object>] [-parentId <string>] [-readOnly <bool>] [-sealed

<bool>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.contentType" (or one of its derived types).





PARAMETERS

-description <string>

The "description" property, of type "Edm.String".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-group <string>

The "group" property, of type "Edm.String".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-hidden <bool>

The "hidden" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-inheritedFrom <object>

The "inheritedFrom" property, of type "microsoft.graph.itemReference".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

The "name" property, of type "Edm.String".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-order <object>

The "order" property, of type "microsoft.graph.contentTypeOrder".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-parentId <string>

The "parentId" property, of type "Edm.String".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-readOnly <bool>

The "readOnly" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-sealed <bool>

The "sealed" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-columnLinks <object[]>

The "columnLinks" property, of type "microsoft.graph.columnLink".



This property is on the "microsoft.graph.contentType" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS