Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Types and Constants
Cyberdog Items


Information Types

The enumeration CDInfoType 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 the CyberItem::GetFileInfo method (page 234) to specify which file creator and file type to retrieve and to the CyberItem::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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996