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

The URL path to the Forum server control’s Web page. For example:

http://[Web Root]/[Site Root]/forum.aspx

or

/[Site Root]/forum.aspx

If your Forum page and your Active Topics page are in the same folder, you can just enter the name of the page. For example:

forum.aspx
C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue("")]
[Description("The URL path to the Forum server control�s Web page.")]
public string URLPath;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue("")>
<Description("The URL path to the Forum server control�s Web page.")>
Public Property URLPath() 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!