Share via


IWHSInfo.CreateApplicationFolder Method

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

Creates a Windows Home Server managed application folder.

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

Syntax

'Declaration
Function CreateApplicationFolder ( _
    <InAttribute> UniqueID As Guid, _
    <InAttribute> FriendlyName As String _
) As IApplicationFolder
'Usage
Dim instance As IWHSInfo
Dim UniqueID As Guid
Dim FriendlyName As String
Dim returnValue As IApplicationFolder

returnValue = instance.CreateApplicationFolder(UniqueID, FriendlyName)
IApplicationFolder CreateApplicationFolder (
    [InAttribute] Guid UniqueID,
    [InAttribute] string FriendlyName
)
IApplicationFolder^ CreateApplicationFolder (
    [InAttribute] Guid UniqueID, 
    [InAttribute] String^ FriendlyName
)
IApplicationFolder CreateApplicationFolder (
    /** @attribute InAttribute() */ Guid UniqueID, 
    /** @attribute InAttribute() */ String FriendlyName
)
function CreateApplicationFolder (
    UniqueID : Guid, 
    FriendlyName : String
) : IApplicationFolder

Parameters

  • UniqueID
    A System.Guid struct identifying the application folder.
  • FriendlyName
    A string that contains the friendly name of the application folder.

Return Value

An object of type IApplicationFolder.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IWHSInfo Interface
IWHSInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.