SPContentType.MobileDisplayFormUrl Property
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.