Click or drag to resize
LayoutIndexerIndexAsync Method
Indexes the content layout.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static Task<IDictionary<string, Guid>> IndexAsync(
	Paths paths,
	CancellationToken cancellationToken
)

Parameters

paths
Type: Amdl.Maml.ConverterPaths
Paths.
cancellationToken
Type: System.ThreadingCancellationToken
Cancellation token.

Return Value

Type: TaskIDictionaryString, Guid
Mapping from topic title to its ID.
See Also