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
'Declaração
<WebMethodAttribute> _
Public Sub CreateProfilePage ( _
entityNamespace As String, _
entityName As String, _
allowOverwrite As Boolean _
)
'Uso
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
)
Parâmetros
- entityNamespace
Type: System.String
- entityName
Type: System.String
- allowOverwrite
Type: System.Boolean
Ver também
Referência
Microsoft.Office.SharePoint.ClientExtensions.Publishing namespace