SPFileCollection.Add method (String, SPTemplateFileType)
使用指定的 URL 和範本的檔案類型的集合中建立的檔案。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function Add ( _
urlOfFile As String, _
templateFileType As SPTemplateFileType _
) As SPFile
'用途
Dim instance As SPFileCollection
Dim urlOfFile As String
Dim templateFileType As SPTemplateFileType
Dim returnValue As SPFile
returnValue = instance.Add(urlOfFile, _
templateFileType)
public SPFile Add(
string urlOfFile,
SPTemplateFileType templateFileType
)
參數
urlOfFile
Type: System.String檔案的站台相對 URL。
templateFileType
Type: Microsoft.SharePoint.SPTemplateFileType列舉值,指定頁面是否為標準的 SharePoint 網頁或 wiki 頁面。
傳回值
Type: Microsoft.SharePoint.SPFile
新加入的檔案。