 | AppletManifestTemplates Property |
Note: This API is now obsolete.
Gets or ets the templates for use in the applet
Namespace: SanteDB.Core.Applets.ModelAssembly: 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; }<ObsoleteAttribute("Use AppletTemplate.Load on /templates folder", true)>
Public Property Templates As List(Of AppletTemplateDefinition)
Get
Setpublic:
[ObsoleteAttribute(L"Use AppletTemplate.Load on /templates folder",
true)]
property List<AppletTemplateDefinition^>^ Templates {
List<AppletTemplateDefinition^>^ get ();
void set (List<AppletTemplateDefinition^>^ value);
}[<ObsoleteAttribute("Use AppletTemplate.Load on /templates folder",
true)>]
member Templates : List<AppletTemplateDefinition> with get, setProperty Value
ListAppletTemplateDefinition
See Also