SPServer.CreateFileShare Method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub CreateFileShare ( _
name As String, _
description As String, _
path As String _
)
'Usage
Dim name As String
Dim description As String
Dim path As StringSPServer.CreateFileShare(name, description, _
path)
public static void CreateFileShare(
string name,
string description,
string path
)
Parameters
- name
Type: System.String
- description
Type: System.String
- path
Type: System.String