The ApplicationFeed type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ApplicationFeed |
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).) |
![]() | UploadAndCopyApplication |
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.
|
![]() | UploadAndInsertApplication |
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.
|
![]() | UploadAndReplaceApplication |
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.
|
![]() | UploadApplication |
Upload an Application from a previously downloaded archive.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | MEDIA_SOURCE_TYPE | The zip media source type path |
Properties
Name | Description | |
---|---|---|
![]() | Owner |
{get;} the user that owns this feed.
|
![]() | OwnerId |
{get;set;} the id of the user that owns this app feed.
|
See Also