API Reference
Class
SmbShareInfo
Describes an SMB share and its ACL on a domain controller.
Inheritance
- Object
- SmbShareInfo
Constructors
public SmbShareInfo() #Methods
Inherited Methods
Properties
public String DomainController { get; set; } #ResultMetadataHost name of the domain controller that hosts the share.
public String Name { get; set; } #Share name (e.g., SYSVOL, NETLOGON, custom).
public String Path { get; set; } #Local file system path backing the share.
public IReadOnlyList<SmbShareAceInfo> Aces { get; set; } #Access control entries applied to the share.