WHSInfoClass.CreateApplicationFolder 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 a newly created application folder.
Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)
Syntax
'Declaration
Public Overridable Function CreateApplicationFolder ( _
<InAttribute> UniqueID As Guid, _
<InAttribute> FriendlyName As String _
) As IApplicationFolder Implements IWHSInfo.CreateApplicationFolder
'Usage
Dim instance As WHSInfoClass
Dim UniqueID As Guid
Dim FriendlyName As String
Dim returnValue As IApplicationFolder
returnValue = CType(instance, IWHSInfo).CreateApplicationFolder(UniqueID, FriendlyName)
public virtual IApplicationFolder IWHSInfo.CreateApplicationFolder (
[InAttribute] Guid UniqueID,
[InAttribute] string FriendlyName
)
public:
virtual IApplicationFolder^ CreateApplicationFolder (
[InAttribute] Guid UniqueID,
[InAttribute] String^ FriendlyName
) = IWHSInfo::CreateApplicationFolder
Parameters
- UniqueID
A System.Guid struct identifying the new 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
WHSInfoClass Class
WHSInfoClass Members
WHSInfoIF Namespace
.gif)