Interface IUmbracoJsonTypeInfoResolver
Namespace: Umbraco.Cms.Api.Common.Serialization
Assembly: Umbraco.Cms.Api.Common.dll
Syntax
public interface IUmbracoJsonTypeInfoResolver : IJsonTypeInfoResolver
Methods
View SourceFindSubTypes(Type)
Declaration
IEnumerable<Type> FindSubTypes(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> |