FormTypeFeed Membersfrevvo Live Forms

The FormTypeFeed type exposes the following members.
Constructors

  NameDescription
Public methodFormTypeFeed
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 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
Fields

  NameDescription
Public fieldStatic memberFLOW_CATEGORY
Flow category for form type feed
Public fieldStatic memberFORM_CATEGORY
Form category for form type feed
Back to Top
Properties

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