ContentTypeCollection.GetById 方法
從集合傳回具有指定識別碼的內容類型。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function GetById ( _
contentTypeId As String _
) As ContentType
'用途
Dim instance As ContentTypeCollection
Dim contentTypeId As String
Dim returnValue As ContentType
returnValue = instance.GetById(contentTypeId)
public ContentType GetById(
string contentTypeId
)
參數
contentTypeId
類型:System.String字串,包含內容類型識別碼。它不能null 參考 (未執行任何動作 於 Visual Basic 中)。必須符合下列 ABNF ︰ 非零位數 = 「 1 」 / 「 2 」 / 「 3 」 / 「 4 」 /"5"/ 「 6 」 /"7"/ 「 8 」 / 「 9 」 數字 = 「 0 」 / 非零 digitnonzero hexdigit = 非零值數字 / 」 「 /"B"/"C"/"D"/"E"/"F"hexdigit = 「 0 」 / 非零 hexdigitid = * (非零 hexdigit hexdigit / 「 0 」 非零 hexdigit) parentids = * (16(hexdigit hexdigit)) contentTypeId = id [「 00 」 parentids]。
傳回值
類型:Microsoft.SharePoint.Client.ContentType
代表內容類型的ContentType物件。
備註
如果集合中找不到指定的識別碼與內容類型,伺服器必須傳回null 參考 (未執行任何動作 於 Visual Basic 中)。