Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- entityNamespace
Type: System.String
- entityName
Type: System.String
- allowOverwrite
Type: System.Boolean
See Also
Reference
Microsoft.Office.SharePoint.ClientExtensions.Publishing Namespace