| LayoutIndexerIndexAsync Method |
Indexes the content layout.
Namespace: Amdl.Maml.ConverterAssembly: 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
)
Public Shared Function IndexAsync (
paths As Paths,
cancellationToken As CancellationToken
) As Task(Of IDictionary(Of String, Guid))
public:
static Task<IDictionary<String^, Guid>^>^ IndexAsync(
Paths paths,
CancellationToken cancellationToken
)
static member IndexAsync :
paths : Paths *
cancellationToken : CancellationToken -> Task<IDictionary<string, Guid>>
Parameters
- paths
- Type: Amdl.Maml.ConverterPaths
Paths. - cancellationToken
- Type: System.ThreadingCancellationToken
Cancellation token.
Return Value
Type:
TaskIDictionaryString,
GuidMapping from topic title to its ID.
See Also