WHSSharePermissions Enumeration

Indicates the level of access permissions that a user account has to a shared folder.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
Public Enumeration WHSSharePermissions
public enum WHSSharePermissions
public enum class WHSSharePermissions
public enum WHSSharePermissions
public enum WHSSharePermissions

Members

Member name Description
WHS_SHARE_NO_ACCESS Indicates that the user does not have access to the shared folder.
WHS_SHARE_READ_ONLY Indicates that the user has read-only access to the shared folder.
WHS_SHARE_READ_WRITE Indicates that the user has read and write access to the shared folder.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

Microsoft.HomeServer.SDK.Interop.v1 Namespace