IServerWebApplication.IsUserControlAllowRemoteDesigner Method
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
Function IsUserControlAllowRemoteDesigner ( _
path As String _
) As Boolean
'Usage
Dim instance As IServerWebApplication
Dim path As String
Dim returnValue As Boolean
returnValue = instance.IsUserControlAllowRemoteDesigner(path)
bool IsUserControlAllowRemoteDesigner(
string path
)
Parameters
- path
Type: System.String
Return Value
Type: System.Boolean