Available for: Content Management Server
Task: Returns a string representation of a field group’s data. The representation is formatted in the property list format of a dictionary.
Syntax:
attributeGroup withIdentifier groupId description
Function parameters: none.
Return value if successful: the string representation of the field group (string).
Necessary permissions: none.
Example:
CM>attributeGroup withIdentifier newsPub.headlines description
{
name = headlines;
title = Headlines;
title.de = "";
title.en = "";
index = 1;
attributes = (head1, head2);
}