A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Services.IUserIdKeyResolver.html below:

View Source Interface IUserIdKeyResolver Namespace: Umbraco.Cms.Core.Services Assembly: Umbraco.Core.dll Syntax
public interface IUserIdKeyResolver
Methods View Source GetAsync(Guid)

Tries to resolve a user key to a user id without fetching the entire user.

Declaration
Task<int> GetAsync(Guid key)
Parameters Type Name Description Guid key

The key of the user.

Returns Type Description Task<System.Int32>

The id of the user, null if the user doesn't exist.

View Source GetAsync(Int32)

Tries to resolve a user id to a user key without fetching the entire user.

Declaration
Task<Guid> GetAsync(int id)
Parameters Type Name Description System.Int32 id

The id of the user.

Returns Type Description Task<Guid>

The key of the user, null if the user doesn't exist.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4