IApplicationFolder Interface

Represents an arbitrary application 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)

Usage

Syntax

'Declaration
<TypeLibTypeAttribute(256)> _
<InterfaceTypeAttribute(1)> _
<GuidAttribute("FA458F44-DD4A-477E-8868-E4F49926B162")> _
Public Interface IApplicationFolder
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
[GuidAttribute("FA458F44-DD4A-477E-8868-E4F49926B162")] 
public interface IApplicationFolder
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
[GuidAttribute(L"FA458F44-DD4A-477E-8868-E4F49926B162")] 
public interface class IApplicationFolder
/** @attribute TypeLibTypeAttribute(256) */ 
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("FA458F44-DD4A-477E-8868-E4F49926B162") */ 
public interface IApplicationFolder
TypeLibTypeAttribute(256) 
InterfaceTypeAttribute(1) 
GuidAttribute("FA458F44-DD4A-477E-8868-E4F49926B162") 
public interface IApplicationFolder

Remarks

The IApplicationFolder interface exposes a set of properties that represent attributes of an individual application folder on the Windows Home Server computer.

The IApplicationFolder interface exposes the following properties:

  • The FriendlyName property returns the friendly name of the application folder.

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

  • The Name property returns a globally unique identifier (GUID) as the name of the application folder.

  • The Path property returns the physical path to the application folder.

Platforms

Development Platforms

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

Target Platforms

Windows Home Server

See Also

Reference

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