MySiteProfileHandler.SetMySiteOwner Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overridable Sub SetMySiteOwner ( _
context As ServerContext, _
profile As UserProfile, _
newOwner As String _
)
'Usage
Dim instance As MySiteProfileHandler
Dim context As ServerContext
Dim profile As UserProfile
Dim newOwner As String
instance.SetMySiteOwner(context, profile, _
newOwner)
public virtual void SetMySiteOwner(
ServerContext context,
UserProfile profile,
string newOwner
)
Parameters
- context
Type: Microsoft.Office.Server.ServerContext
- profile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
- newOwner
Type: System.String