attributeGroup attrGroupRef description

Verfügbar für: Content Management Server

Aufgabe: Liefert eine String-Repräsentation der Daten einer Feldergruppe. Die Repräsentation wird im Property-List-Format eines Dictionarys formatiert.

Syntax:

attributeGroup withIdentifier groupId description

Funktionsparameter: keine.

Rückgabewert bei Erfolg: die Stringrepräsentation der Feldergruppe (string).

Erforderliche Rechte: keine.

Beispiel:

CM>attributeGroup withIdentifier newsPub.headlines description
{
  name = headlines;
  title = Schlagzeilen;
  title.de = "";
  title.en = "";
  index = 1;
  attributes = (head1, head2);
}