SPContentType.MobileNewFormUrl Property
Gets or set the URL of a custom mobile New 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 MobileNewFormUrl As String
Get
Set
'Usage
Dim instance As SPContentType
Dim value As String
value = instance.MobileNewFormUrl
instance.MobileNewFormUrl = value
public string MobileNewFormUrl { get; set; }
Property Value
Type: System.String
The URL of a custom mobile New form page..