SPView.MobileUrl property
取得行動的清單檢視網頁的網站相對 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property MobileUrl As Uri
Get
'用途
Dim instance As SPView
Dim value As Uri
value = instance.MobileUrl
public Uri MobileUrl { get; }
Property value
Type: System.Uri
與 Web 站台相對的路徑: _layouts/mobile/Page.aspx。
備註
對於大部分的清單, Page是view。但有些清單中有特殊的行動清單檢視網頁。例如,從群組行事曆的一天的事件,群組工作台的清單, Page是viewdaily。
請參閱
參照
Microsoft.SharePoint namespace