TestimoX

API Reference

Enum

SmbSharePermissionRepairMode

Namespace ComputerX.Smb
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Determines how share permission repair entries are applied.

Inheritance

  • Enum
  • SmbSharePermissionRepairMode

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 SmbSharePermissionRepairMode Merge #

Merge desired entries into the existing share ACL.

Value: 0
public const SmbSharePermissionRepairMode Replace #

Replace the share ACL with the desired entries.

Value: 1