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)
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..