Click or drag to resize
UsersGetUserIdByProviderKey Method
Returns the unique identifier for 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 Nullable<Guid> GetUserIdByProviderKey(
	Guid providerInstanceId,
	string providerKey
)

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