TestimoX

API Reference

Class

SmbShareInfo

Namespace ComputerX.FileSystem
Assembly ComputerX

Represents an SMB share on a computer.

Inheritance

  • Object
  • SmbShareInfo

Constructors

Properties

public String ComputerName { get; set; } #

Name of the computer that hosts the share.

public String Name { get; set; } #

Share name.

public String Path { get; set; } #

Local filesystem path exposed by the share, when available.

public String Description { get; set; } #

Optional share description.