-
-
Citrix.StoreFront.Authentication
-
Citrix.StoreFront.Authentication.Saml
-
-
-
Citrix.StoreFront.SubscriptionsStore
-
-
Set-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!
Set-STFWebReceiverFeaturedAppGroup
Sets the Featured App group within the specified WebReceiver.
Syntax
Set-STFWebReceiverFeaturedAppGroup [-WebReceiverService] <WebReceiverService> [-FeaturedAppGroup] <FeaturedAppGroup> [[-Description] <String>] [[-TileId] <String>] [[-ContentType] <Keyword | Category | AppName>] [[-Contents] <String[]>] [<CommonParameters>]
<!--NeedCopy-->
Detailed Description
Sets the properties of an existing Featured App group within the specified WebReceiver.
The existing Featured App group is identified by its Title property.
Related Commands
- New-STFWebReceiverFeaturedAppGroup
- Add-STFWebReceiverFeaturedAppGroup
- Remove-STFWebReceiverFeaturedAppGroup
- Clear-STFWebReceiverFeaturedAppGroup
- Set-STFWebReceiverFeaturedAppGroups
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
WebReceiverService | WebReceiver service to set the Featured Application group on | true | true (ByValue) | |
FeaturedAppGroup | The Featured Application groups to set | true | false | |
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’. | false | false | |
ContentType | This parameter defines the type of Contents provided in the Contents parameter. The permissible values are: ‘Keyword’, ‘Category’ or ‘AppName’. | false | 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. false false
Input Type
Citrix.StoreFront.Model.ReceiverForWeb.WebReceiverService
Parameter WebReceiverService: A .NET class representing the configuration of a StoreFront Web Receiver service
Citrix.StoreFront.Model.ReceiverForWeb.FeaturedAppGroup
Parameter FeaturedAppGroup: The .NET Citrix.StoreFront.Model.ReceiverForWeb.FeaturedAppGroup
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
None
Examples
EXAMPLE 1 Set the Feature Application group
$webReceiver = Get-STFWebReceiverService
$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
Set-STFWebReceiverFeaturedAppGroups -WebReceiverService $webReceiver -FeaturedAppGroup $group
Set-STFWebReceiverFeaturedAppGroup -WebReceiverService $webReceiver -FeaturedAppGroup $group `
-ContentType AppName `
-Contents @("Worx Home", "Worx Mail")
<!--NeedCopy-->
REMARKS
Sets the Featured Application group for the Worx Suite to now specify the
contents by app name instead of keyword.
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.