You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes > Favorites Class > Favorites Methods > UpdateFavoriteLink
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Favorites.UpdateFavoriteLink Method

Update an existing URI favorite by providing the favorite's ID, user's ID, URI name, URI description and actual URI.

C#
public UpdateFavoriteLink(Long favoriteId, Long userId, String uriName, String Uri, String uriDescription);
Visual Basic
Public Sub UpdateFavoriteLink(ByVal favoriteId As Long, ByVal userId As Long, ByVal uriName As String, ByVal Uri As String, ByVal uriDescription As String)
Parameters 
Description 
favoriteId 
The ID of the favorite you are updating. 
userId 
The ID of user whose favorite is being updated. 
uriName 
The name identifiction for the new URI. 
Uri 
The actual URI. 
uriDescription 
A description of the URI. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!