SPWeb.CustomUploadPage 属性
Gets or sets the path to a custom application page for uploading files.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property CustomUploadPage As String
Get
Set
用法
Dim instance As SPWeb
Dim value As String
value = instance.CustomUploadPage
instance.CustomUploadPage = value
public string CustomUploadPage { get; set; }
属性值
类型:System.String
A [System.String] containing the path and file name.
备注
The default page for file uploads is "_layouts/upload.aspx". If you have deployed a custom application page to handle uploads, then you can set its path and file name in the CustomUploadPage property.