API Reference
Class
SmbShareInfo
Describes an SMB share and its ACL on a domain controller.
Inheritance
- Object
- SmbShareInfo
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
Accepted by parameters
- Constructor SmbShareEnumerator.SmbShareEnumerator
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.