Compartilhar via


PublishService.CreateProfilePage Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly:  Microsoft.Office.SharePoint.ClientExtensions (in Microsoft.Office.SharePoint.ClientExtensions.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub CreateProfilePage ( _
    entityNamespace As String, _
    entityName As String, _
    allowOverwrite As Boolean _
)
'Usage
Dim instance As PublishService
Dim entityNamespace As String
Dim entityName As String
Dim allowOverwrite As Boolean

instance.CreateProfilePage(entityNamespace, _
    entityName, allowOverwrite)
[WebMethodAttribute]
public void CreateProfilePage(
    string entityNamespace,
    string entityName,
    bool allowOverwrite
)

Parameters

See Also

Reference

PublishService Class

PublishService Members

Microsoft.Office.SharePoint.ClientExtensions.Publishing Namespace