IWHSInfo2.CreateShare Method
Windows Server 2008
Creates a managed shared folder on the home server.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
IShareInfo2 CreateShare ( [InAttribute] string wszName, [InAttribute] string wszDescription, [InAttribute] int bIsDuped )
IShareInfo2 CreateShare ( /** @attribute InAttribute() */ String wszName, /** @attribute InAttribute() */ String wszDescription, /** @attribute InAttribute() */ int bIsDuped )
function CreateShare ( wszName : String, wszDescription : String, bIsDuped : int ) : IShareInfo2
Parameters
- wszName
A string that contains the name of the shared folder.
- wszDescription
A string that contains the description of the shared folder.
- bIsDuped
An integer that indicates whether the shared folder is duplicated.