Important: The information in this document is obsolete and should not be used for new development.
GetCyberItemTypeFromContentType
Converts an OpenDoc value type to a Cyberdog item value type.
ODValueType GetCyberItemTypeFromContentType (in ODValueType contentType);
contentType
- An OpenDoc value type you want to convert.
- return value
- The corresponding Cyberdog item value type.
DISCUSSION
You use this method to convert an OpenDoc value type to a Cyberdog item value type; typically, in order to display a Cyberdog item icon instead of a content icon. You are responsible for deallocating the returnedODValueType
object when you have finished using it.Do not subclass this class.
SEE ALSO
TheGetISOTypeFromMIMEType
method (page 363).