Click or drag to resize

IAssetProviderGetAsset Method

Gets a stream for an asset from the asset provider.

Namespace: SanteDB.Rest.OAuth
Assembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
(Stream content, string mimeType) GetAsset(
	string id,
	string locale,
	IDictionary<string, string> bindingValues
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.OAuth.IAssetProvider.GetAsset(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

locale  String

[Missing <param name="locale"/> documentation for "M:SanteDB.Rest.OAuth.IAssetProvider.GetAsset(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

bindingValues  IDictionaryString, String

[Missing <param name="bindingValues"/> documentation for "M:SanteDB.Rest.OAuth.IAssetProvider.GetAsset(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

ValueTupleStream, String

[Missing <returns> documentation for "M:SanteDB.Rest.OAuth.IAssetProvider.GetAsset(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also