Storefront Powershell SDK 2402

Get-STFWebReceiverClientPlugin

Gets the plug-in definitions configured within the WebReceiver service

Syntax

Get-STFWebReceiverClientPlugin [-WebReceiverService] <WebReceiverService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Gets the Client plug-in definitions configured within the WebReceiver service

Parameters

Name Description Required? Pipeline Input Default Value
WebReceiverService WebReceiver to get the plug-ins from 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

ClientPlugin

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

Examples

EXAMPLE 1 Get the WebReceiver plugins

$webReceiver = Get-STFWebReceiverService
Get-STFWebReceiverClientPlugin -WebReceiverService $webReceiver
<!--NeedCopy-->

REMARKS

Get the client plug-ins configured for the only WebReceiver service.

OUTPUT

Name       : NetScaler
Source     : /plugins/netscalar/script1.js
Scripts    : {Citrix.StoreFront.Model.ReceiverForWeb.ClientScript, Citrix.StoreFront.Model.ReceiverForWeb.ClientScript}
Styles     : {Citrix.StoreFront.Model.ReceiverForWeb.ClientStyle, Citrix.StoreFront.Model.ReceiverForWeb.ClientStyle}
Parameters : {param1, param2}
<!--NeedCopy-->
Get-STFWebReceiverClientPlugin