IShareInfo Interface
Windows Server 2008
Represents a managed shared folder on the Windows Home Server computer.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
[GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")] [InterfaceTypeAttribute(1)] [TypeLibTypeAttribute(256)] public interface IShareInfo
/** @attribute GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF") */
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute TypeLibTypeAttribute(256) */
public interface IShareInfo
The IShareInfo interface exposes a set of read-only properties that represent attributes of an individual shared folder on the Windows Home Server computer.
The IShareInfo interface exposes the following read-only properties:
-
The Description property contains the user-defined text description of the share.
-
The IsDuplicated property indicates whether the contents of the share are duplicated across more than one drive using the Windows Home Server Disk Extender technology.
-
The MediaConnectEnabled property indicates whether the share has been flagged as a Media Library Sharing folder.
-
The Name property contains the friendly name of the share.
-
The Path contains the path to the share.