TestimoX

API Reference

Class

SmbShareQueryOptions

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Options for collecting SMB share metadata.

Inheritance

  • Object
  • SmbShareQueryOptions

Usage

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

Accepted by parameters

Constructors

public SmbShareQueryOptions() #

Properties

public String ComputerName { get; set; } #

Target computer. Empty, null, or "." uses the local computer.

public IReadOnlyList<String> ShareNames { get; set; } #

Optional share-name filter. Empty means all shares.

public SmbShareCollectionProvider Provider { get; set; } #

Provider selection. Auto uses native collection first and falls back to WMI.

public Boolean IncludeSpecialShares { get; set; } #

Includes hidden administrative and special shares when enumerating all shares.