View Source
Class UdtFileContentFactory
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UdtFileContentFactory : IUdtFileContentFactory
Constructors
View Source
UdtFileContentFactory(IEntityXmlSerializer)
Declaration
public UdtFileContentFactory(IEntityXmlSerializer entityXmlSerializer)
Parameters
| Type |
Name |
Description |
| IEntityXmlSerializer |
entityXmlSerializer |
|
Methods
View Source
Create(IContentType)
Declaration
public FileContentResult Create(IContentType contentType)
Parameters
| Type |
Name |
Description |
| IContentType |
contentType |
|
Returns
| Type |
Description |
| FileContentResult |
|
View Source
Create(IMediaType)
Declaration
public FileContentResult Create(IMediaType mediaType)
Parameters
| Type |
Name |
Description |
| IMediaType |
mediaType |
|
Returns
| Type |
Description |
| FileContentResult |
|