Click or drag to resize
FolderIndexer.IndexAsync 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.Converter.Paths
Paths.
cancellationToken
Type: System.Threading.CancellationToken
Cancellation token.
progress (Optional)
Type: System.IProgress<Indicator>
Progress indicator.

Return Value

Type: Task<IEnumerable<TopicData>>
Topic data.
See Also