|
PersonApiGetPersonByEmail Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPersonByEmail(System.String,System.Nullable{System.Int32})"]
Namespace: SnapMD.VirtualCare.SdkAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntaxpublic ApiResponseV2<PersonRecord> GetPersonByEmail(
string email,
Nullable<int> userType = null
)
Public Function GetPersonByEmail (
email As String,
Optional userType As Nullable(Of Integer) = Nothing
) As ApiResponseV2(Of PersonRecord)
public:
virtual ApiResponseV2<PersonRecord^>^ GetPersonByEmail(
String^ email,
Nullable<int> userType = nullptr
) sealed
abstract GetPersonByEmail :
email : string *
?userType : Nullable<int>
(* Defaults:
let _userType = defaultArg userType null
*)
-> ApiResponseV2<PersonRecord>
override GetPersonByEmail :
email : string *
?userType : Nullable<int>
(* Defaults:
let _userType = defaultArg userType null
*)
-> ApiResponseV2<PersonRecord>
Parameters
- email
- Type: SystemString
[Missing <param name="email"/> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPersonByEmail(System.String,System.Nullable{System.Int32})"]
- userType (Optional)
- Type: SystemNullableInt32
[Missing <param name="userType"/> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPersonByEmail(System.String,System.Nullable{System.Int32})"]
Return Value
Type:
ApiResponseV2PersonRecord[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.PersonApi.GetPersonByEmail(System.String,System.Nullable{System.Int32})"]
Implements
IPersonApiGetPersonByEmail(String, NullableInt32)
See Also