| RenderBundle Constructor (String, BundleContent) |
Creates asset bundle with specified name and content
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax public RenderBundle(
string name,
params BundleContent[] content
)
Public Sub New (
name As String,
ParamArray content As BundleContent()
)
public:
RenderBundle(
String^ name,
... array<BundleContent^>^ content
)
new :
name : string *
content : BundleContent[] -> RenderBundle
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:SanteDB.Core.Applets.RenderBundle.#ctor(System.String,SanteDB.Core.Applets.BundleContent[])"]
- content
- Type: SanteDB.Core.AppletsBundleContent
[Missing <param name="content"/> documentation for "M:SanteDB.Core.Applets.RenderBundle.#ctor(System.String,SanteDB.Core.Applets.BundleContent[])"]
See Also