IShareInfo2 Interface

Represents a managed shared folder on the computer that is running Windows Home Server.

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

Usage

Syntax

'Declaration
<InterfaceTypeAttribute(1)> _
<TypeLibTypeAttribute(256)> _
<GuidAttribute("8162C775-B1A9-4F00-85F7-0CE6738FF01C")> _
Public Interface IShareInfo2
    Inherits IShareInfo
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
[GuidAttribute("8162C775-B1A9-4F00-85F7-0CE6738FF01C")] 
public interface IShareInfo2 : IShareInfo
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
[GuidAttribute(L"8162C775-B1A9-4F00-85F7-0CE6738FF01C")] 
public interface class IShareInfo2 : IShareInfo
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute TypeLibTypeAttribute(256) */ 
/** @attribute GuidAttribute("8162C775-B1A9-4F00-85F7-0CE6738FF01C") */ 
public interface IShareInfo2 extends IShareInfo
InterfaceTypeAttribute(1) 
TypeLibTypeAttribute(256) 
GuidAttribute("8162C775-B1A9-4F00-85F7-0CE6738FF01C") 
public interface IShareInfo2 extends IShareInfo

Remarks

The IShareInfo2 interface inherits the attributes from IShareInfo. The IShareInfo2 interface exposes the following read-only properties:

  • The Description property contains the user-defined text description of the shared folder.

  • The GUID property contains the globally unique identifier of the shared folder.

  • The IsDuplicated property indicates whether the contents of the shared folder are duplicated across more than one drive using the Windows Home Server Disk Extender technology.

  • The MediaConnectEnabled property indicates whether the shared folder is flagged as a Media Library Sharing folder.

  • The Name property contains the friendly name of the shared folder.

  • The Path property contains the path 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

IShareInfo2 Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace