Interface IAuthenticationTypeDomainMapping
Interface for a content mapping that maps user and group domains based on the destination authentication type.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.Mappings.Default
Assembly: Tableau.Migration.dll
Syntax
public interface IAuthenticationTypeDomainMapping : IContentMapping<IUser>, IMigrationHook<ContentMappingContext<IUser>>, IContentMapping<IGroup>, IMigrationHook<ContentMappingContext<IGroup>>