ContentIterator.ItemsOfContentTypeIdQuery method

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared Function ItemsOfContentTypeIdQuery ( _
    strContentTypeId As String _
) As String
'Usage
Dim strContentTypeId As String
Dim returnValue As String

returnValue = ContentIterator.ItemsOfContentTypeIdQuery(strContentTypeId)
public static string ItemsOfContentTypeIdQuery(
    string strContentTypeId
)

Parameters

Return value

Type: System.String

See also

Reference

ContentIterator class

ContentIterator members

Microsoft.Office.Server.Utilities namespace