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.481-alpha
Syntax
public byte[] RenderAssetContent(
	AppletAsset asset,
	string preProcessLocalization = null,
	bool staticScriptRefs = true,
	bool allowCache = true,
	IDictionary<string, string> bindingParameters = null
)

Parameters

asset
Type: SanteDB.Core.Applets.ModelAppletAsset

[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 (Optional)
Type: SystemString

[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 (Optional)
Type: SystemBoolean

[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 (Optional)
Type: SystemBoolean

[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 (Optional)
Type: System.Collections.GenericIDictionaryString, String

[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

Type: 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