Click or drag to resize

AppletManifestTemplates Property

Note: This API is now obsolete.

Gets or ets the templates for use in the applet

Namespace: SanteDB.Core.Applets.Model
Assembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
[ObsoleteAttribute("Use AppletTemplate.Load on /templates folder", true)]
public List<AppletTemplateDefinition> Templates { get; set; }

Property Value

ListAppletTemplateDefinition
See Also