| IAppletSolutionManagerServiceGetApplets Method |
Get only applets in the specified solution
Namespace:
SanteDB.Core.Applets.Services
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax ReadonlyAppletCollection GetApplets(
string solutionId
)
Function GetApplets (
solutionId As String
) As ReadonlyAppletCollection
ReadonlyAppletCollection^ GetApplets(
String^ solutionId
)
abstract GetApplets :
solutionId : string -> ReadonlyAppletCollection
Parameters
- solutionId
- Type: SystemString
[Missing <param name="solutionId"/> documentation for "M:SanteDB.Core.Applets.Services.IAppletSolutionManagerService.GetApplets(System.String)"]
Return Value
Type:
ReadonlyAppletCollection[Missing <returns> documentation for "M:SanteDB.Core.Applets.Services.IAppletSolutionManagerService.GetApplets(System.String)"]
See Also