Share via


IApplicationFolder Interface

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an arbitrary application folder on the Windows Home Server computer.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

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

Remarks

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

When you want to access a given application folder, specify the GUID of the application folder as the input parameter to the GetApplicationFolder method to obtain an instance of the IApplicationFolder interface.

The interface exposes the following read-only properties:

  • The IsDuplicated property indicates whether or not 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.

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

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IApplicationFolder Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.