PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Gets a datatable with all the publication scoped contenttypes of the specified contenttype (including the specified contenttype itself).

Syntax

Smartsite SXML CopyCode image Copy Code
datatable publication.contenttypes.get(string contentTypeCodeOrIdentifier)

Parameters

Name Data Type Description
contentTypeCodeOrIdentifier String The contenttype code or identifier.

Return Value

Data Type Description
DataTable
SXML