FormTypeFeed Methodsfrevvo Live Forms
The FormTypeFeed 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 methodInsert TEntry 
Uses the set service to insert a new entry.
(Overrides AtomFeedInsert``1(UMP).)
Public methodUploadAndCopyFormType(String, Boolean)
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists, a copy will be made. Otherwise, the archive will be uploaded with the same id.
Public methodUploadAndCopyFormType(Stream, Boolean, String)
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists, a copy will be made. Otherwise, the archive will be uploaded with the same id.
Public methodUploadAndInsertFormType(String, Boolean)
Upload a FormTypeEntry 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 methodUploadAndInsertFormType(Stream, Boolean, String)
Upload a FormTypeEntry 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 methodUploadAndReplaceFormType(String, Boolean)
Upload a FormTypeEntry 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 methodUploadAndReplaceFormType(Stream, Boolean, String)
Upload a FormTypeEntry 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 methodUploadFormType(String)Obsolete.
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists it will replaced.
Public methodUploadFormType(MediaFileSource, Boolean)
Upload a FormTypeEntry from a previously downloaded archive.
Public methodUploadFormType(String, Boolean)Obsolete.
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists, and replace is specified, it will replaced. Otherwise, the archive will be uploaded with the same id.
Back to Top
See Also