Click or drag to resize

AppletCollectionGetTemplateInstance Method

Note: This API is now obsolete.

Get the template instance with the specified parameters

Namespace: SanteDB.Core.Applets
Assembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
[ObsoleteAttribute("Use the IDataTemplateManagerService", true)]
public IdentifiedData GetTemplateInstance(
	string templateId,
	IDictionary<string, string> parameters = null
)

Parameters

templateId  String
The identifier of the template to fetch
parameters  IDictionaryString, String  (Optional)
The parameters to use

Return Value

IdentifiedData

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

See Also