SPContentType.MobileEditFormUrl 属性

获取或设置要用于项目的自定义移动Edit窗体页面的 URL 分配此内容类型。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property MobileEditFormUrl As String
    Get
    Set
用法
Dim instance As SPContentType
Dim value As String

value = instance.MobileEditFormUrl

instance.MobileEditFormUrl = value
public string MobileEditFormUrl { get; set; }

属性值

类型:System.String
自定义移动Edit窗体页的 URL。

另请参阅

引用

SPContentType 类

SPContentType 成员

Microsoft.SharePoint 命名空间

EditFormUrl