SPServer.CreateFileShare method
建立共用的目錄。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub CreateFileShare ( _
name As String, _
description As String, _
path As String _
)
'用途
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
)
參數
name
Type: System.String檔案共用名稱。不得為 null 或空。
description
Type: System.String檔案共用的描述。可以是 null 或空。
path
Type: System.String若要共用的目錄完整路徑。
備註
如果不存在,將會建立目錄。其中之目錄的 ACL 會設為允許存取本機系統管理員與本機管理工作者處理序群組的成員。共用可讓本機的工作者處理序群組的成員所撰寫。