TestimoX

API Reference

Class

SmbSharePermissionQueryResult

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Result returned when collecting an SMB share ACL.

Inheritance

  • Object
  • SmbSharePermissionQueryResult

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 SmbSharePermissionQueryResult() #

Properties

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share whose ACL was queried.

public SmbShareCollectionProvider Provider { get; set; } #

Provider that returned the entries.

public IReadOnlyList<SmbSharePermissionEntry> Entries { get; set; } #

Share-level ACEs.

public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #

Diagnostics emitted while reading the share ACL.

public Boolean Success { get; } #

True when the provider returned no diagnostics.