SPUtility.IsDesignTimeRender method

Indicates whether the current request is run in a design-time context. Usually this is because a Web service call is made by a Microsoft SharePoint Foundation-compatible editor, for example Microsoft SharePoint Designer 2010.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function IsDesignTimeRender As Boolean
'Usage
Dim returnValue As Boolean

returnValue = SPUtility.IsDesignTimeRender()
public static bool IsDesignTimeRender()

Return value

Type: System.Boolean
true if the request is run in a design-time context; otherwise, false.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace