This topic has not yet been rated - Rate this topic

IShareInfo2 Interface

Windows Server 2008
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)
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
[GuidAttribute("8162C775-B1A9-4F00-85F7-0CE6738FF01C")] 
public interface 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

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.


Development Platforms

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

Target Platforms

Windows Home Server
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.