Skip to main content

IUserMappingReader

  • Namespace: PPDS.Migration.Formats
  • Assembly: PPDS.Migration
  • Kind: Interface

Summary

Interface for reading user mappings.

Members

Methods

ReadAsync

Task<UserMappingCollection> ReadAsync(Stream stream, CancellationToken cancellationToken)

Reads user mappings from a stream.

ReadAsync

Task<UserMappingCollection> ReadAsync(string path, CancellationToken cancellationToken)

Reads user mappings from a file.