StoreFront 1912 LTSR reached end-of-life on 18-Dec-2024. It is recommended that you upgrade to a newer version of StoreFront.

X

Citrix StoreFront SDK PowerShell Modules

Get-STFWebReceiverDefaultSiteStyle

Gets the default site styles for the site defined in the default style sheet

Syntax

Get-STFWebReceiverDefaultSiteStyle [-WebReceiverService] <WebReceiverService> [<CommonParameters>]

Detailed Description

The default style information is retrieved from css file of Receiver for Web site. This style is limited to the non-classic experience.

Parameters

Name Description Required? Pipeline Input Default Value
WebReceiverService WebReceiver service to get the default style for true true (ByValue)  

Input Type

Citrix.StoreFront.Model.ReceiverForWeb.WebReceiverService

Parameter WebReceiverService: A .NET class representing the configuration of a StoreFront Web Receiver service

Return Values

SiteStyle

The .NET Citrix.StoreFront.Model.ReceiverForWeb.SiteStyle reference type

Examples

EXAMPLE 1 Get the default site style

$webReceiver = Get-STFWebReceiverService Get-STFWebReceiverDefaultSiteStyle

REMARKS

Get the default site style for the specified WebReceiver service.

OUTPUT

HeaderLogoPath : C:\inetpub\wwwroot\Citrix\StoreWeb\receiver\images\2x\C itrixReceiverLogo_Home@2x_3FEDFD700D66DF42.png LogonLogoPath : C:\inetpub\wwwroot\Citrix\StoreWeb\receiver\images\2x\C itrixStoreFront_auth@2x_1B99A8ADCDDFD9AB.png HeaderBackgroundColor : #574f5b HeaderForegroundColor : #fff LinkColor : #02a1c1
Get-STFWebReceiverDefaultSiteStyle