[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
protected SocialUserInfo(
SocialNetwork issuer,
Nullable<SocialUserInfoToken> existingToken = null
)
protected SocialUserInfo(
SocialNetwork issuer,
Nullable<SocialUserInfoToken> existingToken = null
)
Protected Sub New (
issuer As SocialNetwork,
Optional existingToken As Nullable(Of SocialUserInfoToken) = Nothing
)
Protected Sub New (
issuer As SocialNetwork,
Optional existingToken As Nullable(Of SocialUserInfoToken) = Nothing
)
protected:
SocialUserInfo(
SocialNetwork^ issuer,
Nullable<SocialUserInfoToken> existingToken = nullptr
)
protected:
SocialUserInfo(
SocialNetwork^ issuer,
Nullable<SocialUserInfoToken> existingToken = nullptr
)
new :
issuer : SocialNetwork *
?existingToken : Nullable<SocialUserInfoToken>
(* Defaults:
let _existingToken = defaultArg existingToken null
*)
-> SocialUserInfo
new :
issuer : SocialNetwork *
?existingToken : Nullable<SocialUserInfoToken>
(* Defaults:
let _existingToken = defaultArg existingToken null
*)
-> SocialUserInfo