Click or drag to resize
TopicUpdaterUpdate Method
Updates the topic with its ID from content layout.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static TopicData Update(
	TopicData topic,
	IDictionary<string, Guid> title2id
)

Parameters

topic
Type: Amdl.Maml.ConverterTopicData
The topic.
title2id
Type: System.Collections.GenericIDictionaryString, Guid
Gets the topic ID from the topic title.

Return Value

Type: TopicData
Updated topic.
See Also