TestimoX

API Reference

Class

SmbShareDetails

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Describes an SMB share and the local path it exposes.

Inheritance

  • Object
  • SmbShareDetails

Usage

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

Constructors

public SmbShareDetails() #

Properties

public String ComputerName { get; set; } #

Computer hosting the share.

public String Name { get; set; } #

Share name.

public String Path { get; set; } #

Local path exposed by the share, when the provider can read it.

public String Description { get; set; } #

Share description or remark.

public SmbShareCollectionProvider Provider { get; set; } #

Provider used to collect this share.

public Nullable<UInt32> Type { get; set; } #

Share type value returned by Windows, when available.

public Nullable<UInt32> MaximumUses { get; set; } #

Maximum uses configured for the share, when available.

public Nullable<UInt32> CurrentUses { get; set; } #

Current connection count reported by Windows, when available.

public Boolean IsSpecial { get; set; } #

True when the share is a hidden administrative or special share.