TestimoX

API Reference

Enum

AdMigrationResourceReAclMode

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Resource re-ACL strategy.

Inheritance

  • Enum
  • AdMigrationResourceReAclMode

Usage

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

Accepted by parameters

Values

public const AdMigrationResourceReAclMode None #

No re-ACL action is planned.

Value: 0
public const AdMigrationResourceReAclMode AddDestinationBeforeRemoveSource #

Add destination ACEs before removing source ACEs.

Value: 1
public const AdMigrationResourceReAclMode ReplaceSourceWithDestination #

Replace matching source ACEs with destination ACEs.

Value: 2
public const AdMigrationResourceReAclMode ReportOnly #

Report dependencies only.

Value: 3