Click or drag to resize

AppletCollectionRenderAssetContent Method

Render asset content

Namespace: SanteDB.Core.Applets
Assembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
public byte[] RenderAssetContent(
	AppletAsset asset,
	string preProcessLocalization = null,
	bool staticScriptRefs = true,
	bool allowCache = true,
	IDictionary<string, string> bindingParameters = null
)

Parameters

asset  AppletAsset

[Missing <param name="asset"/> documentation for "M:SanteDB.Core.Applets.AppletCollection.RenderAssetContent(SanteDB.Core.Applets.Model.AppletAsset,System.String,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})"]

preProcessLocalization  String  (Optional)

[Missing <param name="preProcessLocalization"/> documentation for "M:SanteDB.Core.Applets.AppletCollection.RenderAssetContent(SanteDB.Core.Applets.Model.AppletAsset,System.String,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})"]

staticScriptRefs  Boolean  (Optional)

[Missing <param name="staticScriptRefs"/> documentation for "M:SanteDB.Core.Applets.AppletCollection.RenderAssetContent(SanteDB.Core.Applets.Model.AppletAsset,System.String,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})"]

allowCache  Boolean  (Optional)

[Missing <param name="allowCache"/> documentation for "M:SanteDB.Core.Applets.AppletCollection.RenderAssetContent(SanteDB.Core.Applets.Model.AppletAsset,System.String,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})"]

bindingParameters  IDictionaryString, String  (Optional)

[Missing <param name="bindingParameters"/> documentation for "M:SanteDB.Core.Applets.AppletCollection.RenderAssetContent(SanteDB.Core.Applets.Model.AppletAsset,System.String,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

Byte

[Missing <returns> documentation for "M:SanteDB.Core.Applets.AppletCollection.RenderAssetContent(SanteDB.Core.Applets.Model.AppletAsset,System.String,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also