Programmer's Guide > Interfaces > CMSSession interface > getDefaultCreateInfo method
  
getDefaultCreateInfo method
Returns the default object creation information that is not specific to any particular document type. This information is defined in the atidefaults configuration file.
The information is returned in a PropertyMap. The following table shows the supported key string values:
Key
Value Type
Value Description
IO_CRE_FILE_REFERENCE
String
Determines whether Insert and Share Object will create an entity or an XInclude. Allowed values are xinclude or entity.
IO_CRE_FULL_TEXT_SEARCH
Number
Determines whether the object is flagged for full text searching. Allowed values are 0 and 1.
IO_CRE_LATEST_ID
String
Specifies the default version label that indicates an object is the "official" current version.
IO_CRE_LOGICAL_ID
String
Specifies the default version label that tells the adapter to load the working copy of an object. If no working copy exists, the adapter loads the "official" current copy.
IO_CRE_MAX_LEN
Number
Specifies the default maximum name length for CMS objects.
IO_CRE_ROOT_TYPE
String
Specifies the root object type for Arbortext Editor and Arbortext Publishing Engine objects.
IO_CRE_TEMP_ID
String
Specifies the default version label that indicates an object is a working copy.
IO_CRE_TOP_LOCKED
Number
Determines whether the topmost CMS object is locked for editing after bursting. Allowed values are 0 and 1.
getDefaultCreateInfo( )
Parameters
None
Returns
PropertyMap. A PropertyMap containing the requested information.
Throws
CMSException
If an error occurs.