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

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