ApplicationFeed Membersfrevvo Live Forms

The ApplicationFeed type exposes the following members.
Constructors

  NameDescription
Public methodApplicationFeed
Constructs an instance having the specified attributes.
Back to Top
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
Fields

  NameDescription
Public fieldStatic memberMEDIA_SOURCE_TYPE
The zip media source type path
Back to Top
Properties

  NameDescription
Public propertyOwner
{get;} the user that owns this feed.
Public propertyOwnerId
{get;set;} the id of the user that owns this app feed.
Back to Top
See Also