The FormTypeFeed type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FormTypeFeed |
Constructs an instance having the specified attributes.
|
Methods
Name | Description | |
---|---|---|
![]() | HandleExtensionElements |
Called by gdata framework when parsing a response
and encountering an unknown extension element.
(Overrides AtomFeedHandleExtensionElements(ExtensionElementEventArgs, AtomFeedParser).) |
![]() | Insert TEntry |
Uses the set service to insert a new entry.
(Overrides AtomFeedInsert``1(UMP).) |
![]() | UploadAndCopyFormType(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.
|
![]() | UploadAndCopyFormType(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.
|
![]() | UploadAndInsertFormType(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.
|
![]() | UploadAndInsertFormType(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.
|
![]() | UploadAndReplaceFormType(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.
|
![]() | UploadAndReplaceFormType(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.
|
![]() | UploadFormType(String) | Obsolete.
Upload a FormTypeEntry from a previously downloaded archive.
If an entry with the same id already exists it will replaced.
|
![]() | UploadFormType(MediaFileSource, Boolean) |
Upload a FormTypeEntry from a previously downloaded archive.
|
![]() | UploadFormType(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.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | FLOW_CATEGORY | Flow category for form type feed |
![]() ![]() | FORM_CATEGORY | Form category for form type feed |
Properties
Name | Description | |
---|---|---|
![]() | Owner |
{get;} the application that owns this feed.
|
![]() | OwnerId |
{get;set;} the id of the application that owns this feed.
|
See Also