Sitecore 5.1.1 API

Settings.DesigntimeWebService Property

Gets the url to the web service providing design-time support for web controls etc.

[Visual Basic]
Public Shared ReadOnly Property DesigntimeWebService As String
[C#]
public static string DesigntimeWebService {get;}

Property Value

Default value: "http://localhost/sitecore/client/api/api.asmx"

Remarks

This setting is stored in Design.config as it is used by the Visual Studio designer when working with WebControls.

See Also

Settings Class | Sitecore.Configuration Namespace