You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > DesignTimeDiagnostic Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
DesignTimeDiagnostic Class

The DesignTimeDiagnostic server control is used to verify the connection to Ektron’s server controls Web service. When added to a Web form, this control provides the following information:

  • Web Service Path - displays the server control Web service path in your web.config file
  • Web Service Exists - calls a method in the Web service that returns True when the Web service exists. When it does not, it returns False.
  • Test Login Control - displays the Login server control to show that the Web service is connected and working properly. When not connecting properly, an error message is displayed.

C#
[ToolboxData("<{0}:DesignTimeDiagnostic runat=server></{0}:DesignTimeDiagnostic>")]
public class DesignTimeDiagnostic : EkWebControl;
Visual Basic
<ToolboxData("<{0}:DesignTimeDiagnostic runat=server></{0}:DesignTimeDiagnostic>")>
Public Class DesignTimeDiagnostic
Inherits EkWebControl

DesignTimeDiagnostic.cs

Name 
Description 
The methods of the DesignTimeDiagnostic class are listed here. 
The properties of the DesignTimeDiagnostic class are listed here. 
 
Name 
Description 
 
Fill 
Method that can be overridden and used to grab data from the back end for each server control.  
 
Name 
Description 
 
DESIGN TIME ONLY: Used to indicate to a user that they are logged in, and permits them to login through a login dialog in Visual Studio.NET.  
 
Hide 
Alias for the 'Visible' property. Visible is set to mirror this value. This property is used to hide output in design time, whereas Visible does not hide output in design time.  
 
Set a language for viewing content blocks, collections, etc. in different languages. The language property shows results in design-time (in Visual Studio) and at run-time (in a browser).  
 
Suppresses the output of span/div tags around the control.  
 
Allows a developer to specify control's tag. Default is assumed "<span>".  
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!