Available for: Content Management Server
Task: Returns a string representation of the data from the entered file format.
Additional information: The representation is formatted in the property list format of a dictionary (see The property list format).
Syntax:
objClass withName objClassName description
Function parameters: none
Return value if successful: the string representation of the format (string)
Necessary permissions: no restrictions
Example:
CM>objClass withName newslist description
{
attributes = (
abstract,
source
);
isEnabled = 1;
name = newslist;
objType = publication;
presetAttributes = {};
title = "News-Liste";
validSubObjClasses = (
news
);
}