PluginService.GetContentType Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Gets content type metadata from the repository. |
Get |
Gets content type metadata from the repository. |
GetContentType(Guid)
Gets content type metadata from the repository.
public static IPlugin GetContentType(Guid id)
Parameters
- id
- System.Guid
Returns
GetContentType()
Gets content type metadata from the repository.
public static IPlugin GetContentType<TContent>()
where TContent : Content