 | AppletCollectionGetDynamicHtmlAssets Method |
Gets all registered dynamic html asset generation source
Namespace: SanteDB.Core.AppletsAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic IEnumerable<AppletAsset> GetDynamicHtmlAssets(
string identifier
)
Public Function GetDynamicHtmlAssets (
identifier As String
) As IEnumerable(Of AppletAsset)
public:
IEnumerable<AppletAsset^>^ GetDynamicHtmlAssets(
String^ identifier
)
member GetDynamicHtmlAssets :
identifier : string -> IEnumerable<AppletAsset> Parameters
- identifier String
- The identifier of the dynamic asset extension point
Return Value
IEnumerableAppletAssetThe list of dynamic applet assets
See Also