 | AppletCollectionGetTemplateInstance Method |
Note: This API is now obsolete.
Get the template instance with the specified parameters
Namespace: SanteDB.Core.AppletsAssembly: 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
)<ObsoleteAttribute("Use the IDataTemplateManagerService", true)>
Public Function GetTemplateInstance (
templateId As String,
Optional parameters As IDictionary(Of String, String) = Nothing
) As IdentifiedDatapublic:
[ObsoleteAttribute(L"Use the IDataTemplateManagerService", true)]
IdentifiedData^ GetTemplateInstance(
String^ templateId,
IDictionary<String^, String^>^ parameters = nullptr
)
[<ObsoleteAttribute("Use the IDataTemplateManagerService", true)>]
member GetTemplateInstance :
templateId : string *
?parameters : IDictionary<string, string>
(* Defaults:
let _parameters = defaultArg parameters null
*)
-> IdentifiedData 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