Click or drag to resize
EmailOAuthCredentialsInfo Constructor (DataRow)
Creates a new instances of the EmailOAuthCredentialsInfo class from the given DataRow.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public EmailOAuthCredentialsInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also