Click or drag to resize

AppletCollectionGetTemplateInstance Method

Get the template instance with the specified parameters

Namespace:  SanteDB.Core.Applets
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public IdentifiedData GetTemplateInstance(
	string templateId,
	IDictionary<string, string> parameters = null
)

Parameters

templateId
Type: SystemString
The identifier of the template to fetch
parameters (Optional)
Type: System.Collections.GenericIDictionaryString, String
The parameters to use

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Core.Applets.AppletCollection.GetTemplateInstance(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also