Share via


WHSInfoClass.RemoveApplicationFolder Method

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

Removes the specified managed application folder.

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

Syntax

'Declaration
Public Overridable Sub RemoveApplicationFolder ( _
    <InAttribute> UniqueID As Guid _
) Implements IWHSInfo.RemoveApplicationFolder
'Usage
Dim instance As WHSInfoClass
Dim UniqueID As Guid

CType(instance, IWHSInfo).RemoveApplicationFolder(UniqueID)
public virtual void IWHSInfo.RemoveApplicationFolder (
    [InAttribute] Guid UniqueID
)
public:
virtual void RemoveApplicationFolder (
    [InAttribute] Guid UniqueID
) = IWHSInfo::RemoveApplicationFolder

Parameters

  • UniqueID
    A System.Guid struct that identifies the Windows Home Server managed application folder that you want to remove.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoClass Class
WHSInfoClass Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.