Gets a datatable with all the contenttypes in the group of the current item's contenttype.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable contenttype.getgroup()
datatable contenttype.getgroup(string contentTypeCodeOrIdentifier)

Parameters

Name Data Type Description
contentTypeCodeOrIdentifier String The ContentType code or globally unique identifier.

Return Value

Data Type Description
DataTable DataTable

Expand image Remarks

Expand image Example

SXML