Click or drag to resize

IApplicationServiceContractGetTemplateDefinition Method

Gets the specified template identifier

Namespace:  SanteDB.DisconnectedClient.Ags.Contracts
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
IdentifiedData GetTemplateDefinition(
	string templateId
)

Parameters

templateId
Type: SystemString

[Missing <param name="templateId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetTemplateDefinition(System.String)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetTemplateDefinition(System.String)"]

See Also