| TopicData Constructor |
Creates a new instance of the
TopicData class.
Namespace: Amdl.Maml.ConverterAssembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax public TopicData(
TopicType type,
string fileName,
string relativePath
)
Public Sub New (
type As TopicType,
fileName As String,
relativePath As String
)
public:
TopicData(
TopicType type,
String^ fileName,
String^ relativePath
)
new :
type : TopicType *
fileName : string *
relativePath : string -> TopicData
Parameters
- type
- Type: TopicType
Topic type. - fileName
- Type: SystemString
Topic name. - relativePath
- Type: SystemString
Relative path to the topic file.
See Also