Click or drag to resize

AppletManifestAssets Property

Gets or sets the assets which are to be used in the applet

Namespace:  SanteDB.Core.Applets.Model
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public List<AppletAsset> Assets { get; set; }

Property Value

Type: ListAppletAsset
See Also