Click or drag to resize
UsersGetByEmail Method
Returns a user.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public User GetByEmail(
	string email
)

Parameters

email
Type: SystemString
The email address of the user.

Return Value

Type: User
See Also