< Back

New-IosHomeScreenItemObject

Sat Jan 18, 2020 12:32 pm

NAME New-IosHomeScreenItemObject



SYNOPSIS

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





SYNTAX

New-IosHomeScreenItemObject [-displayName <string>] [<CommonParameters>]



New-IosHomeScreenItemObject -iosHomeScreenApp <SwitchParameter> [-bundleID <string>] [-displayName <string>]

[<CommonParameters>]



New-IosHomeScreenItemObject -iosHomeScreenFolder <SwitchParameter> [-displayName <string>] [-pages <object[]>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-displayName <string>

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



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



Name of the app



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-iosHomeScreenApp <SwitchParameter>

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

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-bundleID <string>

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



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



BundleID of app



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-iosHomeScreenFolder <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.iosHomeScreenFolder" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-pages <object[]>

The "pages" property, of type "microsoft.graph.iosHomeScreenFolderPage".



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



Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500

elements.



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