You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Favorites Class > Favorites Properties > Link
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Favorites.Link Property

Enter a link to the content Web page. This allows a user to click a link in the Favorites control and be taken to the content. There are three variables used within the link that represent the content’s ID, the language and the content’s title.

  • {0} - represents the content’s ID.
  • {1} - represents the content’s language.
  • {2} - represents the content’s title.
You need to have all three variables in the link. The Web form can be relative or absolute. Below is an example.  

contentpage.aspx?cid={0}&lang={1}&title={2}

C#
[ Bindable(true), Category("Ektron"), DefaultValue("Use QuickLink"), Description("The favorite link. {0} is the favorite ID, {1} is the favorite language, and {2} is the favorite title.") ]
public string Link;
Visual Basic
< Bindable(true), Category("Ektron"), DefaultValue("Use QuickLink"), Description("The favorite link. {0} is the favorite ID, {1} is the favorite language, and {2} is the favorite title.") >
Public Property Link() As string
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!