-
-
Citrix.StoreFront.Authentication
-
Citrix.StoreFront.Authentication.Saml
-
-
-
Citrix.StoreFront.SubscriptionsStore
-
-
New-STFWebReceiverFeaturedAppGroup
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
New-STFWebReceiverFeaturedAppGroup
Creates a new Featured App group
Syntax
New-STFWebReceiverFeaturedAppGroup [-Title] <String> [[-Description] <String>] [-TileId] <String> [-ContentType] <Keyword | Category | AppName> [-Contents] <String[]> [<CommonParameters>]
<!--NeedCopy-->
Detailed Description
The cmdlet gets a new Featured App group containing the data specified in the parameters.
Related Commands
- Clear-STFWebReceiverFeaturedAppGroup
- Get-STFWebReceiverFeaturedAppGroup
- Remove-STFWebReceiverFeaturedAppGroup
- Set-STFWebReceiverFeaturedAppGroup
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Title | This text is displayed as the App group header text. This text should be unique across the Featured App groups | true | true (ByValue) | |
Description | This is an optional parameter and the text is displayed as the Featured App group description text. | false | false | |
TileId | This is the unique identifier for the background style of the Featured App group. The permissible values are: ‘appBundle1’, ‘appBundle2’, ‘appBundle3’, ‘appBundle4’, ‘appBundle5’, ‘appBundle6’, ‘appBundle7’ or ‘appBundle8’. | true | false | |
ContentType | This parameter defines the type of Contents provided in the Contents parameter. The permissible values are: ‘Keyword’, ‘Category’ or ‘AppName’. | true | false | |
Contents | The parameter defines the content for the Featured App group. |
The permissible values for this is based on the ContentType parameter:
-
Keyword: The list must have only 1 value. All the Apps which have keywords matching with the value in the list will appear as a Featured App group.
-
Category: The list must have only 1 value. All the Apps which have category defined as the value in the list will appear as a Featured App group.
-
AppName: The list must have 1 or more unique values. All the Apps which have names (for users) which partially or fully matches any of the values in this list will appear as a Featured App group. true false
Input Type
System.String
Parameter Title: The .NET System.String
reference type
System.String
Parameter Description: The .NET System.String
reference type
System.String
Parameter TileId: The .NET System.String
reference type
Citrix.StoreFront.Model.ReceiverForWeb.FeaturedAppContentType
Parameter ContentType: The .NET Citrix.StoreFront.Model.ReceiverForWeb.FeaturedAppContentType
value type
System.String[]
Parameter Contents: The .NET System.String
reference type
Return Values
FeaturedAppGroup
The .NET Citrix.StoreFront.Model.ReceiverForWeb.FeaturedAppGroup
reference type
Examples
EXAMPLE 1 Create a new FeaturedAppGroup
$group = New-STFWebReceiverFeaturedAppGroup -Title "Worx Suite" `
-Description "Improve productivity with a suite of secure mobile apps made for business." `
-TileId appBundle1 `
-ContentType Keyword `
-Contents Worx
<!--NeedCopy-->
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.