TestimoX

API Reference

Enum

SmbShareRights

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

SMB share rights flags (Read/Change/Full).

Inheritance

  • Enum
  • SmbShareRights

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 SmbShareRights Read #

Read share permission.

Value: 1179817
public const SmbShareRights Change #

Change share permission (includes Read).

Value: 1245631
public const SmbShareRights FullControl #

Full control share permission.

Value: 2032127