View Source
Interface IUdtFileContentFactory
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IUdtFileContentFactory
Methods
View Source
Create(IContentType)
Declaration
FileContentResult Create(IContentType contentType)
Parameters
| Type |
Name |
Description |
| IContentType |
contentType |
|
Returns
| Type |
Description |
| FileContentResult |
|
View Source
Create(IMediaType)
Declaration
FileContentResult Create(IMediaType mediaType)
Parameters
| Type |
Name |
Description |
| IMediaType |
mediaType |
|
Returns
| Type |
Description |
| FileContentResult |
|