Click or drag to resize

metaCustomizedSimplePageAddExternalContent Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Imports external markdown file into the page

Namespace:  imbSCI.Reporting.meta.page
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaExternalBlock AddExternalContent(
	string filename,
	string title,
	string undertitle
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename.
title
Type: SystemString
The title.
undertitle
Type: SystemString
The undertitle.

Return Value

Type: metaExternalBlock
Remarks
Filepath starts with application running directory
Examples
1AddExternalContent("reportInclude\\testdocs\\reportintro.md", "", "").priority = 20;
See Also