DotNetWikiBot Framework Documentation
Returns a list of files, embedded in this page.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public List<string> GetImages()

Return Value

Type: List<(Of <(<'String>)>)>
Returns the List object. Returned file names contain namespace prefixes. The list can be empty. Strings in list may recur indicating that file was embedded several times.

See Also