Gets a datatable with all the contenttypes in the groups of the given contenttypes.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable contenttype.getgroups(string[ ] contentTypeCodesOrIdentifiers)

Parameters

Name Data Type Description
contentTypeCodesOrIdentifiers String[ ] The ContentType codes or globally unique identifiers.

Return Value

Data Type Description
DataTable DataTable

Expand image Example

SXML