Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the URL of a custom mobile Display form page to use for items assigned this content type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property MobileDisplayFormUrl As String
Get
Set
'Usage
Dim instance As SPContentType
Dim value As String
value = instance.MobileDisplayFormUrl
instance.MobileDisplayFormUrl = value
public string MobileDisplayFormUrl { get; set; }
Property Value
Type: System.String
The URL of a custom mobile Display form page.