Click or drag to resize
FolderIndexerIndexAsync Method
Indexes the input folder.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static Task<IEnumerable<TopicData>> IndexAsync(
	Paths paths,
	CancellationToken cancellationToken,
	IProgress<Indicator> progress = null
)

Parameters

paths
Type: Amdl.Maml.ConverterPaths
Paths.
cancellationToken
Type: System.ThreadingCancellationToken
Cancellation token.
progress (Optional)
Type: SystemIProgressIndicator
Progress indicator.

Return Value

Type: TaskIEnumerableTopicData
Topic data.
See Also