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