Method | Description | |
---|---|---|
AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode ) : Google.GData.ContentForShopping.InventoryEntry |
Adds a local ID to an entry
|
|
AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode, bool setEditUri ) : Google.GData.ContentForShopping.InventoryEntry |
Adds a local ID to an entry
|
|
AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode, bool setEditUri, string accountId ) : Google.GData.ContentForShopping.InventoryEntry |
Adds a local ID to an entry
|
|
AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode, string accountId ) : Google.GData.ContentForShopping.InventoryEntry |
Adds a local ID to an entry
|
|
Batch ( Google.GData.ContentForShopping.ProductFeed feed ) : Google.GData.ContentForShopping.ProductFeed |
takes a given feed, and does a batch post of that feed
|
|
Batch ( Google.GData.ContentForShopping.ProductFeed feed, string accountId ) : Google.GData.ContentForShopping.ProductFeed |
takes a given feed, and does a batch post of that feed
|
|
Batch ( Google.GData.ContentForShopping.ProductFeed feed, string accountId, string projection ) : Google.GData.ContentForShopping.ProductFeed |
takes a given feed, and does a batch post of that feed
|
|
ContentForShoppingService ( String applicationName ) : System |
Constructor
|
|
ContentForShoppingService ( String applicationName, String accountId ) : System |
Constructor which takes account id and application name.
|
|
Delete ( |
Deletes an existing product.
|
|
DeleteDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry ) : void |
Deletes an existing datafeed.
|
|
DeleteManagedAccount ( |
Deletes an existing managed account.
|
|
DeleteProducts ( List |
takes a list of products, adds delete as the batch operation and delete them
|
|
DeleteProducts ( List |
takes a list of products, adds delete as the batch operation and delete them
|
|
DeleteProducts ( List |
takes a list of products, adds delete as the batch operation and delete them
|
|
DeleteUser ( |
Deletes an existing user
|
|
Get ( string entryUri ) : |
Overwrites Get
|
|
Get ( string language, string country, string productId ) : |
Overwrites Get
|
|
Get ( string channel, string language, string country, string productId ) : |
Overwrites Get
|
|
GetDataQualityEntry ( string subaccount ) : Google.GData.ContentForShopping.DataQualityEntry |
Gets a data quality entry for a subaccount
|
|
GetDataQualityEntry ( string accountId, string subaccount ) : Google.GData.ContentForShopping.DataQualityEntry |
Gets a data quality entry for a subaccount
|
|
GetDatafeed ( string datafeedId ) : Google.GData.ContentForShopping.DatafeedEntry |
Gets a datafeed entry
|
|
GetDatafeed ( string accountId, string datafeedId ) : Google.GData.ContentForShopping.DatafeedEntry |
Gets a datafeed entry
|
|
GetManagedAccount ( string subaccount ) : |
Gets a subaccount
|
|
GetManagedAccount ( string accountId, string subaccount ) : |
Gets a subaccount
|
|
GetUser ( string userEmail ) : |
Gets a users entry
|
|
GetUser ( string accountId, string userEmail ) : |
Gets a users entry
|
|
Insert ( |
Inserts a new product entry.
|
|
Insert ( |
Inserts a new product entry.
|
|
Insert ( Google.GData.ContentForShopping.ProductFeed feed, |
Inserts a new product entry into the specified feed.
|
|
InsertDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry ) : Google.GData.ContentForShopping.DatafeedEntry |
Inserts a new datafeed entry.
|
|
InsertDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry, string accountId ) : Google.GData.ContentForShopping.DatafeedEntry |
Inserts a new datafeed entry.
|
|
InsertDatafeed ( Google.GData.ContentForShopping.DatafeedFeed feed, Google.GData.ContentForShopping.DatafeedEntry entry ) : Google.GData.ContentForShopping.DatafeedEntry |
Inserts a new datafeeds entry into the specified feed.
|
|
InsertManagedAccount ( |
Inserts a new managed account entry.
|
|
InsertManagedAccount ( |
Inserts a new managed account entry.
|
|
InsertManagedAccount ( Google.GData.ContentForShopping.ManagedAccountsFeed feed, |
Inserts a new managed accounts entry into the specified feed.
|
|
InsertProducts ( List |
takes a list of products, adds insert as the batch operation and inserts them
|
|
InsertProducts ( List |
takes a list of products, adds insert as the batch operation and inserts them
|
|
InsertProducts ( List |
takes a list of products, adds insert as the batch operation and inserts them
|
|
InsertUser ( |
Inserts a new users entry.
|
|
InsertUser ( |
Inserts a new user entry.
|
|
InsertUser ( Google.GData.ContentForShopping.UsersFeed feed, |
Inserts a new users entry into the specified feed.
|
|
Query ( ) : Google.GData.ContentForShopping.ProductFeed |
overwritten Query method
|
|
Query ( Google.GData.ContentForShopping.ProductQuery feedQuery ) : Google.GData.ContentForShopping.ProductFeed |
overwritten Query method
|
|
Query ( string accountId ) : Google.GData.ContentForShopping.ProductFeed |
overwritten Query method
|
|
QueryDataQualityFeed ( ) : Google.GData.ContentForShopping.DataQualityFeed |
Query for data quality feed of subaccounts
|
|
QueryDataQualityFeed ( Google.GData.ContentForShopping.DataQualityQuery feedQuery ) : Google.GData.ContentForShopping.DataQualityFeed |
Query for data quality feed of subaccounts
|
|
QueryDataQualityFeed ( string accountId ) : Google.GData.ContentForShopping.DataQualityFeed |
Query for data quality feed of subaccounts
|
|
QueryDatafeeds ( ) : Google.GData.ContentForShopping.DatafeedFeed |
Query for Datafeeds
|
|
QueryDatafeeds ( Google.GData.ContentForShopping.DatafeedQuery feedQuery ) : Google.GData.ContentForShopping.DatafeedFeed |
Query for Datafeeds
|
|
QueryDatafeeds ( string accountId ) : Google.GData.ContentForShopping.DatafeedFeed |
Query for Datafeeds
|
|
QueryManagedAccounts ( ) : Google.GData.ContentForShopping.ManagedAccountsFeed |
Query for Managed Accounts
|
|
QueryManagedAccounts ( Google.GData.ContentForShopping.ManagedAccountsQuery feedQuery ) : Google.GData.ContentForShopping.ManagedAccountsFeed |
Query for Managed Accounts
|
|
QueryManagedAccounts ( string accountId ) : Google.GData.ContentForShopping.ManagedAccountsFeed |
Query for Managed Accounts
|
|
QueryUsers ( ) : Google.GData.ContentForShopping.UsersFeed |
Query for Users
|
|
QueryUsers ( Google.GData.ContentForShopping.UsersQuery feedQuery ) : Google.GData.ContentForShopping.UsersFeed |
Query for Users
|
|
QueryUsers ( string accountId ) : Google.GData.ContentForShopping.UsersFeed |
Query for Users
|
|
Update ( |
Updates an existing product entry with the new values
|
|
UpdateDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry ) : Google.GData.ContentForShopping.DatafeedEntry |
Updates an existing datafeed entry with the new values
|
|
UpdateInventoryEntry ( Google.GData.ContentForShopping.InventoryEntry entry ) : Google.GData.ContentForShopping.InventoryEntry |
Updates an existing inventory entry with the new values Must have EditUri set to the location of the entry. Consider using AddLocalId with setEditUri=true for this.
|
|
UpdateInventoryFeed ( List |
takes a list of entries, adds update as the batch operation and updates them Must have Id set on each entry as the proper location. Consider using AddLocalId for this.
|
|
UpdateInventoryFeed ( List |
takes a list of entries, adds update as the batch operation and updates them Must have Id set on each entry as the proper location. Consider using AddLocalId for this.
|
|
UpdateManagedAccount ( |
Updates an existing managed accounts entry with the new values
|
|
UpdateProducts ( List |
takes a list of products, adds update as the batch operation and updates them
|
|
UpdateProducts ( List |
takes a list of products, adds update as the batch operation and updates them
|
|
UpdateProducts ( List |
takes a list of products, adds update as the batch operation and updates them
|
|
UpdateUser ( |
Updates an existing users entry with the new values
|
Method | Description | |
---|---|---|
CreateBatchFeed ( List |
takes a list of products, adds batch operation and adds each item to a feed
|
|
CreateProductIdentifier ( string channel, string language, string country, string productId ) : string |
Creates a product identifier based on four attributes.
|
|
CreateUri ( string resource, string path ) : |
Creates the URI query string based on all set properties.
|
|
CreateUri ( string accountId, string resource, string projection, string path ) : |
Creates the URI query string based on all set properties.
|
|
OnNewFeed ( object sender, Google.GData.Client.ServiceEventArgs e ) : void |
eventchaining. We catch this by from the base service, which would not by default create an atomFeed
|
|
ParseService ( string endpoint ) : string |
Parses the service name from a Content API URI endpoint.
|
public AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode ) : Google.GData.ContentForShopping.InventoryEntry | ||
entry | Google.GData.ContentForShopping.InventoryEntry | the entry to add an ID to |
language | string | The language for the entry. |
country | string | The target country of the entry. |
productId | string | The unique identifier for the product in the given locale. |
storeCode | string | The store code for this local product. |
return | Google.GData.ContentForShopping.InventoryEntry |
public AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode, bool setEditUri ) : Google.GData.ContentForShopping.InventoryEntry | ||
entry | Google.GData.ContentForShopping.InventoryEntry | the entry to add an ID to |
language | string | The language for the entry. |
country | string | The target country of the entry. |
productId | string | The unique identifier for the product in the given locale. |
storeCode | string | The store code for this local product. |
setEditUri | bool | Boolean to determine which attribute will be set. |
return | Google.GData.ContentForShopping.InventoryEntry |
public AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode, bool setEditUri, string accountId ) : Google.GData.ContentForShopping.InventoryEntry | ||
entry | Google.GData.ContentForShopping.InventoryEntry | the entry to add an ID to |
language | string | The language for the entry. |
country | string | The target country of the entry. |
productId | string | The unique identifier for the product in the given locale. |
storeCode | string | The store code for this local product. |
setEditUri | bool | Boolean to determine which attribute will be set. |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.InventoryEntry |
public AddLocalId ( Google.GData.ContentForShopping.InventoryEntry entry, string language, string country, string productId, string storeCode, string accountId ) : Google.GData.ContentForShopping.InventoryEntry | ||
entry | Google.GData.ContentForShopping.InventoryEntry | the entry to add an ID to |
language | string | The language for the entry. |
country | string | The target country of the entry. |
productId | string | The unique identifier for the product in the given locale. |
storeCode | string | The store code for this local product. |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.InventoryEntry |
public Batch ( Google.GData.ContentForShopping.ProductFeed feed ) : Google.GData.ContentForShopping.ProductFeed | ||
feed | Google.GData.ContentForShopping.ProductFeed | the feed to post |
return | Google.GData.ContentForShopping.ProductFeed |
public Batch ( Google.GData.ContentForShopping.ProductFeed feed, string accountId ) : Google.GData.ContentForShopping.ProductFeed | ||
feed | Google.GData.ContentForShopping.ProductFeed | the feed to post |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.ProductFeed |
public Batch ( Google.GData.ContentForShopping.ProductFeed feed, string accountId, string projection ) : Google.GData.ContentForShopping.ProductFeed | ||
feed | Google.GData.ContentForShopping.ProductFeed | the feed to post |
accountId | string | The account ID of the user. |
projection | string | |
return | Google.GData.ContentForShopping.ProductFeed |
public ContentForShoppingService ( String applicationName ) : System | ||
applicationName | String | The name of the client application |
return | System |
public ContentForShoppingService ( String applicationName, String accountId ) : System | ||
applicationName | String | The name of the client application |
accountId | String | The account ID of the user. |
return | System |
protected CreateBatchFeed ( List |
||
products | List |
the list of products to add to a feed |
operation | GDataBatchOperationType | |
return | Google.GData.ContentForShopping.ProductFeed |
protected CreateProductIdentifier ( string channel, string language, string country, string productId ) : string | ||
channel | string | The channel of the product. Usually online or local. |
language | string | The language for the product. |
country | string | The target country of the product. |
productId | string | The unique identifier for the product in the given locale. |
return | string |
protected CreateUri ( string resource, string path ) : |
||
resource | string | the resource for the service |
path | string | the path after the projection (optional) |
return |
protected CreateUri ( string accountId, string resource, string projection, string path ) : |
||
accountId | string | the account Id intended on the request |
resource | string | the resource for the service |
projection | string | a projection determining response values /// can be one of "schema" and "generic" (optional) |
path | string | the path after the projection (optional) |
return |
public Delete ( |
||
entry | the entry to delete | |
return | void |
public DeleteDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry ) : void | ||
entry | Google.GData.ContentForShopping.DatafeedEntry | the entry to delete |
return | void |
public DeleteManagedAccount ( |
||
entry | the entry to delete | |
return | void |
public DeleteProducts ( List |
||
products | List |
the list of products to delete |
return | Google.GData.ContentForShopping.ProductFeed |
public DeleteProducts ( List |
||
products | List |
the list of products to delete |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.ProductFeed |
public DeleteProducts ( List |
||
products | List |
the list of products to delete |
accountId | string | The account ID of the user. |
projection | string | a projection determining response values |
return | Google.GData.ContentForShopping.ProductFeed |
public DeleteUser ( |
||
entry | the entry to delete | |
return | void |
public Get ( string entryUri ) : |
||
entryUri | string | The URI of the Product entry. |
return |
public Get ( string language, string country, string productId ) : |
||
language | string | The language for the product. |
country | string | The target country of the product. |
productId | string | The unique identifier for the product in the given locale. |
return |
public Get ( string channel, string language, string country, string productId ) : |
||
channel | string | The channel of the product. Usually online or local. |
language | string | The language for the product. |
country | string | The target country of the product. |
productId | string | The unique identifier for the product in the given locale. |
return |
public GetDataQualityEntry ( string subaccount ) : Google.GData.ContentForShopping.DataQualityEntry | ||
subaccount | string | The subaccount ID. |
return | Google.GData.ContentForShopping.DataQualityEntry |
public GetDataQualityEntry ( string accountId, string subaccount ) : Google.GData.ContentForShopping.DataQualityEntry | ||
accountId | string | The ID of the parent account. |
subaccount | string | The subaccount ID. |
return | Google.GData.ContentForShopping.DataQualityEntry |
public GetDatafeed ( string datafeedId ) : Google.GData.ContentForShopping.DatafeedEntry | ||
datafeedId | string | The datafeed entry ID. |
return | Google.GData.ContentForShopping.DatafeedEntry |
public GetDatafeed ( string accountId, string datafeedId ) : Google.GData.ContentForShopping.DatafeedEntry | ||
accountId | string | The account ID of the user. |
datafeedId | string | The datafeed entry ID. |
return | Google.GData.ContentForShopping.DatafeedEntry |
public GetManagedAccount ( string subaccount ) : |
||
subaccount | string | The subaccount ID. |
return |
public GetManagedAccount ( string accountId, string subaccount ) : |
||
accountId | string | The account ID of the user. |
subaccount | string | The subaccount ID. |
return |
public GetUser ( string userEmail ) : |
||
userEmail | string | The email of the user being retrieved. |
return |
public GetUser ( string accountId, string userEmail ) : |
||
accountId | string | The ID of the account that the user is associated with. |
userEmail | string | The email of the user being retrieved. |
return |
public Insert ( |
||
entry | the entry to insert | |
return |
public Insert ( |
||
entry | the entry to insert | |
accountId | string | The account ID of the user. |
projection | string | |
return |
public Insert ( Google.GData.ContentForShopping.ProductFeed feed, |
||
feed | Google.GData.ContentForShopping.ProductFeed | the feed into which this entry should be inserted |
entry | the entry to insert | |
return |
public InsertDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry ) : Google.GData.ContentForShopping.DatafeedEntry | ||
entry | Google.GData.ContentForShopping.DatafeedEntry | the entry to insert |
return | Google.GData.ContentForShopping.DatafeedEntry |
public InsertDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry, string accountId ) : Google.GData.ContentForShopping.DatafeedEntry | ||
entry | Google.GData.ContentForShopping.DatafeedEntry | the entry to insert |
accountId | string | The ID of the account that owns the datafeed. |
return | Google.GData.ContentForShopping.DatafeedEntry |
public InsertDatafeed ( Google.GData.ContentForShopping.DatafeedFeed feed, Google.GData.ContentForShopping.DatafeedEntry entry ) : Google.GData.ContentForShopping.DatafeedEntry | ||
feed | Google.GData.ContentForShopping.DatafeedFeed | the feed into which this entry should be inserted |
entry | Google.GData.ContentForShopping.DatafeedEntry | the entry to insert |
return | Google.GData.ContentForShopping.DatafeedEntry |
public InsertManagedAccount ( |
||
entry | the entry to insert | |
return |
public InsertManagedAccount ( |
||
entry | the entry to insert | |
accountId | string | The account ID of the parent account. |
return |
public InsertManagedAccount ( Google.GData.ContentForShopping.ManagedAccountsFeed feed, |
||
feed | Google.GData.ContentForShopping.ManagedAccountsFeed | the feed into which this entry should be inserted |
entry | the entry to insert | |
return |
public InsertProducts ( List |
||
products | List |
the list of products to insert |
return | Google.GData.ContentForShopping.ProductFeed |
public InsertProducts ( List |
||
products | List |
the list of products to insert |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.ProductFeed |
public InsertProducts ( List |
||
products | List |
the list of products to insert |
accountId | string | The account ID of the user. |
projection | string | a projection determining response values |
return | Google.GData.ContentForShopping.ProductFeed |
public InsertUser ( |
||
entry | the entry to insert | |
return |
public InsertUser ( |
||
entry | the entry to insert | |
accountId | string | The ID of the account where the user will have privileges. |
return |
public InsertUser ( Google.GData.ContentForShopping.UsersFeed feed, |
||
feed | Google.GData.ContentForShopping.UsersFeed | the feed into which this entry should be inserted |
entry | the entry to insert | |
return |
protected OnNewFeed ( object sender, Google.GData.Client.ServiceEventArgs e ) : void | ||
sender | object | the object which send the event |
e | Google.GData.Client.ServiceEventArgs | FeedParserEventArguments, holds the feedentry |
return | void |
protected ParseService ( string endpoint ) : string | ||
endpoint | string | the endpoint of the request |
return | string |
public Query ( ) : Google.GData.ContentForShopping.ProductFeed | ||
return | Google.GData.ContentForShopping.ProductFeed |
public Query ( Google.GData.ContentForShopping.ProductQuery feedQuery ) : Google.GData.ContentForShopping.ProductFeed | ||
feedQuery | Google.GData.ContentForShopping.ProductQuery | The FeedQuery to use |
return | Google.GData.ContentForShopping.ProductFeed |
public Query ( string accountId ) : Google.GData.ContentForShopping.ProductFeed | ||
accountId | string | the account Id intended on the request |
return | Google.GData.ContentForShopping.ProductFeed |
public QueryDataQualityFeed ( ) : Google.GData.ContentForShopping.DataQualityFeed | ||
return | Google.GData.ContentForShopping.DataQualityFeed |
public QueryDataQualityFeed ( Google.GData.ContentForShopping.DataQualityQuery feedQuery ) : Google.GData.ContentForShopping.DataQualityFeed | ||
feedQuery | Google.GData.ContentForShopping.DataQualityQuery | The DataQualityQuery to use |
return | Google.GData.ContentForShopping.DataQualityFeed |
public QueryDataQualityFeed ( string accountId ) : Google.GData.ContentForShopping.DataQualityFeed | ||
accountId | string | the account Id intended on the request |
return | Google.GData.ContentForShopping.DataQualityFeed |
public QueryDatafeeds ( ) : Google.GData.ContentForShopping.DatafeedFeed | ||
return | Google.GData.ContentForShopping.DatafeedFeed |
public QueryDatafeeds ( Google.GData.ContentForShopping.DatafeedQuery feedQuery ) : Google.GData.ContentForShopping.DatafeedFeed | ||
feedQuery | Google.GData.ContentForShopping.DatafeedQuery | The DatafeedQuery to use |
return | Google.GData.ContentForShopping.DatafeedFeed |
public QueryDatafeeds ( string accountId ) : Google.GData.ContentForShopping.DatafeedFeed | ||
accountId | string | the account Id intended on the request |
return | Google.GData.ContentForShopping.DatafeedFeed |
public QueryManagedAccounts ( ) : Google.GData.ContentForShopping.ManagedAccountsFeed | ||
return | Google.GData.ContentForShopping.ManagedAccountsFeed |
public QueryManagedAccounts ( Google.GData.ContentForShopping.ManagedAccountsQuery feedQuery ) : Google.GData.ContentForShopping.ManagedAccountsFeed | ||
feedQuery | Google.GData.ContentForShopping.ManagedAccountsQuery | The FeedQuery to use |
return | Google.GData.ContentForShopping.ManagedAccountsFeed |
public QueryManagedAccounts ( string accountId ) : Google.GData.ContentForShopping.ManagedAccountsFeed | ||
accountId | string | the account Id intended on the request |
return | Google.GData.ContentForShopping.ManagedAccountsFeed |
public QueryUsers ( ) : Google.GData.ContentForShopping.UsersFeed | ||
return | Google.GData.ContentForShopping.UsersFeed |
public QueryUsers ( Google.GData.ContentForShopping.UsersQuery feedQuery ) : Google.GData.ContentForShopping.UsersFeed | ||
feedQuery | Google.GData.ContentForShopping.UsersQuery | The UsersQuery to use |
return | Google.GData.ContentForShopping.UsersFeed |
public QueryUsers ( string accountId ) : Google.GData.ContentForShopping.UsersFeed | ||
accountId | string | the account Id intended on the request |
return | Google.GData.ContentForShopping.UsersFeed |
public Update ( |
||
entry | the entry to insert | |
return |
public UpdateDatafeed ( Google.GData.ContentForShopping.DatafeedEntry entry ) : Google.GData.ContentForShopping.DatafeedEntry | ||
entry | Google.GData.ContentForShopping.DatafeedEntry | the entry to update |
return | Google.GData.ContentForShopping.DatafeedEntry |
public UpdateInventoryEntry ( Google.GData.ContentForShopping.InventoryEntry entry ) : Google.GData.ContentForShopping.InventoryEntry | ||
entry | Google.GData.ContentForShopping.InventoryEntry | the entry to update |
return | Google.GData.ContentForShopping.InventoryEntry |
public UpdateInventoryFeed ( List |
||
entries | List |
the list of entries to update |
return | Google.GData.ContentForShopping.InventoryFeed |
public UpdateInventoryFeed ( List |
||
entries | List |
the list of entries to update |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.InventoryFeed |
public UpdateManagedAccount ( |
||
entry | the entry to insert | |
return |
public UpdateProducts ( List |
||
products | List |
the list of products to update |
return | Google.GData.ContentForShopping.ProductFeed |
public UpdateProducts ( List |
||
products | List |
the list of products to update |
accountId | string | The account ID of the user. |
return | Google.GData.ContentForShopping.ProductFeed |
public UpdateProducts ( List |
||
products | List |
the list of products to update |
accountId | string | The account ID of the user. |
projection | string | a projection determining response values |
return | Google.GData.ContentForShopping.ProductFeed |
public UpdateUser ( |
||
entry | the entry to update | |
return |