ProfileProvisioner.CreateProfilePage Method
Creates a new profile page for the specified BDC entity.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub CreateProfilePage ( _
entityNamespace As String, _
entityName As String _
)
'Usage
Dim instance As ProfileProvisioner
Dim entityNamespace As String
Dim entityName As String
instance.CreateProfilePage(entityNamespace, _
entityName)
public void CreateProfilePage(
string entityNamespace,
string entityName
)
Parameters
entityNamespace
Type: System.StringThe namespace of the entity.
entityName
Type: System.StringThe name of the entity.
Remarks
This method throws a ProfileProvisionHostSiteException if the profile page host URL cannot be retrieved from the BDC administration database.