Click or drag to resize

MetadataComposerUtilGetElementDocumentation(Assembly, String, String) Method

Get the documentation summary

Namespace: SanteDB.Messaging.Metadata.Composer
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
public static string GetElementDocumentation(
	Assembly assembly,
	string docKey,
	string docPath
)

Parameters

assembly  Assembly

[Missing <param name="assembly"/> documentation for "M:SanteDB.Messaging.Metadata.Composer.MetadataComposerUtil.GetElementDocumentation(System.Reflection.Assembly,System.String,System.String)"]

docKey  String

[Missing <param name="docKey"/> documentation for "M:SanteDB.Messaging.Metadata.Composer.MetadataComposerUtil.GetElementDocumentation(System.Reflection.Assembly,System.String,System.String)"]

docPath  String

[Missing <param name="docPath"/> documentation for "M:SanteDB.Messaging.Metadata.Composer.MetadataComposerUtil.GetElementDocumentation(System.Reflection.Assembly,System.String,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Messaging.Metadata.Composer.MetadataComposerUtil.GetElementDocumentation(System.Reflection.Assembly,System.String,System.String)"]

See Also