SPList.GetContentTypeIdByUrl 方法

返回具有指定 URL 的内容类型的内容类型标识符 (ID)。

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

语法

声明
Public Function GetContentTypeIdByUrl ( _
    url As String _
) As SPContentTypeId
用法
Dim instance As SPList
Dim url As String
Dim returnValue As SPContentTypeId

returnValue = instance.GetContentTypeIdByUrl(url)
public SPContentTypeId GetContentTypeIdByUrl(
    string url
)

参数

返回值

类型:Microsoft.SharePoint.SPContentTypeId
内容类型 id。

备注

如果url null 或空字符串,此方法将返回RootOfList()

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间