attribute attrRef description

Available for: Content Management Server

Task: Returns a string representation of the data from the field with the specified name.

Additional information: The format of the string representation is the property list format of a dictionary.

Syntax:

attribute attrRef description

Function parameters: none

Return value if successful: string representation of the field (string)

Necessary permissions: no restrictions

Example:

CM>attribute withName datasheet description
{
  editField = {
    length = 65;
    type = textfield;
  };
  name = datenblatt;
  title = datenblatt;
  type = string;
}