Important: The information in this document is obsolete and should not be used for new development.
Information Types
The enumerationCDInfoType
specifies the possible representations for a Cyberdog item stored on the desktop or in a Finder window. A constant of this type is passed to theCyberItem::GetFileInfo
method (page 234) to specify which file creator and file type to retrieve and to theCyberItem::GetIconSuite
(page 236) method to specify which icon suite to retrieve.
enum CDItemInfoType { kCDInfoDownload, kCDInfoReference, kCDInfoPart };Constants of this type
kCDInfoDownload
- The content referenced by a Cyberdog item, downloaded to a file in its native form.
kCDInfoReference
- A reference to remotely located content.
kCDInfoPart
- The content referenced by a Cyberdog item, stored as a part.