Share via


WHSInfoClass.GetApplicationFolder Method

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

Returns an instance of IApplicationFolder that represents the specified Windows Home Server application folder.

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

Syntax

'Declaration
Public Overridable Function GetApplicationFolder ( _
    <InAttribute> UniqueID As Guid _
) As IApplicationFolder Implements IWHSInfo.GetApplicationFolder
'Usage
Dim instance As WHSInfoClass
Dim UniqueID As Guid
Dim returnValue As IApplicationFolder

returnValue = CType(instance, IWHSInfo).GetApplicationFolder(UniqueID)
public virtual IApplicationFolder IWHSInfo.GetApplicationFolder (
    [InAttribute] Guid UniqueID
)
public:
virtual IApplicationFolder^ GetApplicationFolder (
    [InAttribute] Guid UniqueID
) = IWHSInfo::GetApplicationFolder

Parameters

  • UniqueID
    A System.Guid struct identifying the application folder.

Return Value

An object of type IApplicationFolder.

Remarks

To get a reference to a single application folder, use the GetApplicationFolder method. To get a reference to all the application folders on the Windows Home Server computer, use the GetApplicationFolders method.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoClass Class
WHSInfoClass Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.