TestimoX

API Reference

Class

AdMigrationResourceItem

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Implements
IEquatable<AdMigrationItem> IEquatable<AdMigrationResourceItem>
Modifiers sealed

Resource dependency or re-ACL migration item.

Inheritance

Usage

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

Constructors

Methods

public virtual Boolean Equals(AdMigrationResourceItem other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Path { get; set; } #

Filesystem, share, or directory path to process.

public AdMigrationResourceReAclMode ReAclMode { get; set; } #

Resource re-ACL mode.

public Boolean RequireRollbackEvidence { get; set; } #

Gets a value indicating whether rollback evidence is required before applying ACL changes.

public override String DisplayName { get; } #