UsersGetUserIdByProviderKey Method |
Returns the unique identifier for a user.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> GetUserIdByProviderKey(
Guid providerInstanceId,
string providerKey
)
Public Function GetUserIdByProviderKey (
providerInstanceId As Guid,
providerKey As String
) As Nullable(Of Guid)
public:
Nullable<Guid> GetUserIdByProviderKey(
Guid providerInstanceId,
String^ providerKey
)
member GetUserIdByProviderKey :
providerInstanceId : Guid *
providerKey : string -> Nullable<Guid>
Parameters
- providerInstanceId
- Type: SystemGuid
The unique identifier for the provider that represents the remote system. - providerKey
- Type: SystemString
The unique key in the remote system.
Return Value
Type:
NullableGuid
See Also