 | IAppServiceContractGetTemplateView(String) Method |
Note: This API is now obsolete.
Get the view for the specified template
Namespace: SanteDB.Rest.AppServiceAssembly: SanteDB.Rest.AppService (in SanteDB.Rest.AppService.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax[ObsoleteAttribute("Kept for backwards compatibility")]
void GetTemplateView(
string templateId
)<ObsoleteAttribute("Kept for backwards compatibility")>
Sub GetTemplateView (
templateId As String
)[ObsoleteAttribute(L"Kept for backwards compatibility")]
void GetTemplateView(
String^ templateId
)
[<ObsoleteAttribute("Kept for backwards compatibility")>]
abstract GetTemplateView :
templateId : string -> unit Parameters
- templateId String
[Missing <param name="templateId"/> documentation for "M:SanteDB.Rest.AppService.IAppServiceContract.GetTemplateView(System.String)"]
See Also