Web.EnsureUser method
Checks whether the specified logon name belongs to a valid user of the website, and if the logon name does not already exist, adds it to the website.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function EnsureUser ( _
logonName As String _
) As User
'Usage
Dim instance As Web
Dim logonName As String
Dim returnValue As User
returnValue = instance.EnsureUser(logonName)
public User EnsureUser(
string logonName
)
Parameters
logonName
Type: System.StringThe logon name (Domain\User_Alias) of the user.
Return value
Type: Microsoft.SharePoint.Client.User
Returns User.