< Back

New-BaseItemVersionObject

Sat Jan 18, 2020 12:10 pm

NAME New-BaseItemVersionObject



SYNOPSIS

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





SYNTAX

New-BaseItemVersionObject [-lastModifiedBy <object>] [-lastModifiedDateTime <DateTimeOffset>] [-publication

<object>] [<CommonParameters>]



New-BaseItemVersionObject -listItemVersion <SwitchParameter> [-fields <object>] [-lastModifiedBy <object>]

[-lastModifiedDateTime <DateTimeOffset>] [-publication <object>] [<CommonParameters>]



New-BaseItemVersionObject -driveItemVersion <SwitchParameter> [-content <Stream>] [-lastModifiedBy <object>]

[-lastModifiedDateTime <DateTimeOffset>] [-publication <object>] [-size <long>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-lastModifiedBy <object>

The "lastModifiedBy" property, of type "microsoft.graph.identitySet".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedDateTime <DateTimeOffset>

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



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



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-publication <object>

The "publication" property, of type "microsoft.graph.publicationFacet".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-listItemVersion <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.listItemVersion"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-fields <object>

The "fields" property, of type "microsoft.graph.fieldValueSet".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-driveItemVersion <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.driveItemVersion"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-content <Stream>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-size <long>

The "size" property, of type "Edm.Int64".



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



Required? false

Position? named

Default value 0

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