SPMobileUploadPageNavigation.PageFileName 属性
获取移动文件上载页面的名称。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides ReadOnly Property PageFileName As String
Get
用法
Dim value As String
value = Me.PageFileName
protected override string PageFileName { get; }
属性值
类型:System.String
String 对象,它代表 mobile 名称上载页面。
备注
默认值为upload.aspx。
另请参阅
引用
SPMobileUploadPageNavigation 类