TestimoX

API Reference

Class

SmbShareContentAclEntry

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

NTFS ACL row collected from a share content item.

Inheritance

  • Object
  • SmbShareContentAclEntry

Usage

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

Returned or exposed by

Constructors

public SmbShareContentAclEntry() #

Properties

public String ItemId { get; set; } #

Item identifier that owns this ACL row.

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share name.

public String Path { get; set; } #

Full path the ACE was read from.

public String Identity { get; set; } #

Identity display name or unresolved SID.

public String Sid { get; set; } #

Security identifier.

public String AccessType { get; set; } #

Allow or Deny.

public String Rights { get; set; } #

File-system rights text.

public String Inheritance { get; set; } #

Inheritance flags text.