Compartilhar via


ServerDocumentDesignerFactory.CreateDocumentDesigner Method

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Public Shared Function CreateDocumentDesigner ( _
    documentUrl As String, _
    webUrl As String, _
    contextUrl As String, _
    webApplication As IServerWebApplication _
) As IServerDocumentDesigner
'Usage
Dim documentUrl As String
Dim webUrl As String
Dim contextUrl As String
Dim webApplication As IServerWebApplication
Dim returnValue As IServerDocumentDesigner

returnValue = ServerDocumentDesignerFactory.CreateDocumentDesigner(documentUrl, _
    webUrl, contextUrl, webApplication)
public static IServerDocumentDesigner CreateDocumentDesigner(
    string documentUrl,
    string webUrl,
    string contextUrl,
    IServerWebApplication webApplication
)

Parameters

Return Value

Type: Microsoft.Web.Design.Server.IServerDocumentDesigner

See Also

Reference

ServerDocumentDesignerFactory Class

ServerDocumentDesignerFactory Members

Microsoft.Web.Design.Server Namespace