Click or drag to resize

AppletInfoGetGroupName Method

Gets the specified name

Namespace:  SanteDB.Core.Applets.Model
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public string GetGroupName(
	string language,
	bool returnNuetralIfNotFound = true
)

Parameters

language
Type: SystemString

[Missing <param name="language"/> documentation for "M:SanteDB.Core.Applets.Model.AppletInfo.GetGroupName(System.String,System.Boolean)"]

returnNuetralIfNotFound (Optional)
Type: SystemBoolean

[Missing <param name="returnNuetralIfNotFound"/> documentation for "M:SanteDB.Core.Applets.Model.AppletInfo.GetGroupName(System.String,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.Core.Applets.Model.AppletInfo.GetGroupName(System.String,System.Boolean)"]

See Also