PluginService.GetProfile Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Gets profile metadata from the repository. |
Get |
Gets profile metadata from the repository. |
GetProfile(Guid)
Gets profile metadata from the repository.
public static IPlugin GetProfile(Guid id)
Parameters
- id
- System.Guid
Returns
GetProfile()
Gets profile metadata from the repository.
public static IPlugin GetProfile<TProfile>()
where TProfile : ProfileBase