ApplicationFeed Methodsfrevvo Live Forms
The ApplicationFeed type exposes the following members.
Methods

  NameDescription
Protected methodHandleExtensionElements
Called by gdata framework when parsing a response and encountering an unknown extension element.
(Overrides AtomFeedHandleExtensionElements(ExtensionElementEventArgs, AtomFeedParser).)
Public methodUploadAndCopyApplication
Upload an Application from a previously downloaded archive. If an entry with the same id already exists, it will be copied. Otherwise, the archive will be uploaded with the same id.
Public methodUploadAndInsertApplication
Upload an Application from a previously downloaded archive. If an entry with the same id already exists, it will be copied. Otherwise, the archive will be uploaded with a new id.
Public methodUploadAndReplaceApplication
Upload an Application from a previously downloaded archive. If an entry with the same id already exists, it will replaced. Otherwise, the archive will be uploaded with the same id.
Public methodUploadApplication
Upload an Application from a previously downloaded archive.
Back to Top
See Also