Share via


WHSInfoClass.GetApplicationFolders Method

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

Returns a collection of IApplicationFolder objects.

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

Syntax

'Declaration
Public Overridable Function GetApplicationFolders As Array Implements IWHSInfo.GetApplicationFolders
'Usage
Dim instance As WHSInfoClass
Dim returnValue As Array

returnValue = CType(instance, IWHSInfo).GetApplicationFolders
public virtual Array IWHSInfo.GetApplicationFolders ()
public:
virtual Array^ GetApplicationFolders () = IWHSInfo::GetApplicationFolders

Return Value

An array of objects of type IApplicationFolder.

Remarks

To get a reference to all the application folders on the Windows Home Server computer, use the GetApplicationFolders method. To get a reference to a single application folder, use the GetApplicationFolder 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.