Important: The information in this document is obsolete and should not be used for new development.
CreateCyberItemFromSU
Creates a Cyberdog item from a storage unit.
CyberItem CreateCyberItemFromSU (in ODStorageUnit su);
su
- The persistent representation of a
CyberItem
object.- return value
- The
CyberItem
object that was stored in the storage unit.DISCUSSION
You call this method to read a Cyberdog item that was stored in the specified storage unit by theCyberItem::StreamToStorageUnit
method or theCyberItem::ExternalizeContent
method. This method assumes that you have already called OpenDoc methods to focus the storage unit on the appropriate property and value. After this method returns, the storage unit focus is positioned immediately after the stored Cyberdog item.Do not subclass this class.
SEE ALSO
TheCyberItem::ExternalizeContent
method (page 232).
TheCyberItem::StreamToStorageUnit
method (page 246).