Share via


SPMobileEditFormNavigation.ContentTypeUrl property

NOTE: This API is now obsolete.

Gets the URL of the content type of the current list item.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides ReadOnly Property ContentTypeUrl As String
    Get
'Usage
Dim value As String

value = Me.ContentTypeUrl
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override string ContentTypeUrl { get; }

Property value

Type: System.String
A String that represents the URL of the content type of the current list item.

See also

Reference

SPMobileEditFormNavigation class

SPMobileEditFormNavigation members

Microsoft.SharePoint.MobileControls namespace