< Back

New-OnenotePatchContentCommandObject

Sat Jan 18, 2020 12:41 pm

NAME New-OnenotePatchContentCommandObject



SYNOPSIS

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





SYNTAX

New-OnenotePatchContentCommandObject [-action <string>] [-content <string>] [-position <string>] [-target

<string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-action <string>

The "action" property, of type "microsoft.graph.onenotePatchActionType".



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



Valid values: 'Replace', 'Append', 'Delete', 'Insert', 'Prepend'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-target <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-content <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-position <string>

The "position" property, of type "microsoft.graph.onenotePatchInsertPosition".



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



Valid values: 'After', 'Before'



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