Click or drag to resize
TopicData Constructor
Creates a new instance of the TopicData class.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public TopicData(
	TopicType type,
	string fileName,
	string relativePath
)

Parameters

type
Type: TopicType
Topic type.
fileName
Type: SystemString
Topic name.
relativePath
Type: SystemString
Relative path to the topic file.
See Also