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
)
参数
url
类型:System.String内容类型 URL。
返回值
类型:Microsoft.SharePoint.SPContentTypeId
内容类型 id。
备注
如果url null 或空字符串,此方法将返回RootOfList()。