TestimoX

API Reference

Interface

IAdMigrationSidMappingResolver

Namespace ADPlayground.Migrations.Resources
Assembly ADPlayground
Modifiers abstract

Resolves source-to-destination SID mappings for migration principals.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public abstract IReadOnlyList<AdMigrationSidMapping> ResolveMappings(AdMigrationPlan plan) #
Returns: IReadOnlyList<AdMigrationSidMapping>

Resolves SID mappings for a plan.

Parameters

plan ADPlayground.Migrations.Core.AdMigrationPlan requiredposition: 0
Migration plan.

Returns

SID mappings.