Click or drag to resize

ApplicationServiceBehaviorGetWidget Method

Gets the specified widget

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public Stream GetWidget(
	string widgetId
)

Parameters

widgetId
Type: SystemString

[Missing <param name="widgetId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.GetWidget(System.String)"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.GetWidget(System.String)"]

Implements

IApplicationServiceContractGetWidget(String)
See Also