| IApplicationServiceContractGetTemplateView Method |
Get the view for the specified template
Namespace:
SanteDB.DisconnectedClient.Ags.Contracts
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax void GetTemplateView(
string templateId
)
Sub GetTemplateView (
templateId As String
)
void GetTemplateView(
String^ templateId
)
abstract GetTemplateView :
templateId : string -> unit
Parameters
- templateId
- Type: SystemString
[Missing <param name="templateId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetTemplateView(System.String)"]
See Also