Programmatic Identifier: Push.Item.1
The Push.Item.1 COM class, hereafter referred to as the Item class, defines an object that can be used to manage information used to build an ITEM XML element as defined by the Channel Definition Format (CDF) specification.
The Item class exposes a dispinterface to the methods listed below. Therefore, all invocations must proceed through the IDispatch interface.
Name | Description |
AddElement | Adds a user-defined XML element to the Elements collection. |
AddHTTPEquiv | Adds an HTTPEquiv object to the HTTPEquivs collection. |
AddUsage | Adds a Usage object to the Usages collection. |
GetCDFString | Builds and returns the CDF string defined by the object and all subobjects in collections. |
Name | Description |
Abstract | Holds a string value used to build the optional ABSTRACT element for the object's CDF string. |
Copyright | Holds a string value used to build the optional COPYRIGHT element for the object's CDF string. |
DeleteOnRefresh | Specifies whether this object should be deleted by a parent Channel object when DeleteObjects is invoked. |
HREF | Holds a string value used to build the optional HREF attribute for the object's CDF string. |
ID | Holds a string value used to build the optional ID attribute for the object's CDF string. |
ItemFormat | Holds a string value used to build the optional ITEMFORMAT element for the object's CDF string. |
ItemScript | Holds a string value used to build the optional ITEMSCRIPT element for the object's CDF string. |
LastMod | Holds a string value used to build the optional LASTMOD attribute for the object's CDF string. |
Level | Holds a string value used to build the optional LEVEL attribute for the object's CDF string. |
MIMEType | Holds a string value used to build the optional MIMETYPE attribute for the object's CDF string. |
Precache | Holds a string value used to build the optional PRECACHE attribute for the object's CDF string. |
Priority | Holds a string value used to build the optional PRIORITY attribute for the object's CDF string. |
PublicationDate | Holds a string value used to build the optional PUBLICATIONDATE element for the object's CDF string. |
Title | Holds a string value used to build the optional TITLE element for the object's CDF string. |
Name | Descriptions |
Authors | A collection of Author names. |
Elements | A collection of user-defined XML elements. |
HTTPEquivs | A collection of HTTPEquiv objects. |
Keywords | A collection of keywords. |
LogoRefs | A collection of Logo references to keys in a Project object's Logos collection. |
Logs | Collection of Log strings. |
Publishers | A collection of publisher's names. |
Usages | A collection of Usage objects. |