Click or drag to resize

ShareInfoLevel Enumeration

The ShareInfo information level.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum ShareInfoLevel
Members
  Member nameValueDescription
None0No specific information level used.
Info11Contains information about the shared resource, including the name and type of the resource, and a comment associated with the resource.
Info22Contains information about the shared resource, including the name, type, and permissions of the resource, comments associated with the resource, the maximum number of concurrent connections, the number of current connections, the local path for the resource, and a password for the current connection.
Info502502Contains information about the shared resource, including the name of the resource, type, and permissions, the number of connections, security descriptor, and other pertinent information.
Info503503Contains information about the shared resource, including the server name, name of the resource, type, and permissions, the number of connections, and other pertinent information.
Info10051005Contains information about the shared resource.
See Also