View Source
Class TemporaryFileConfigurationPresentationFactory
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class TemporaryFileConfigurationPresentationFactory : ITemporaryFileConfigurationPresentationFactory
Constructors
View Source
TemporaryFileConfigurationPresentationFactory(IOptionsSnapshot<ContentSettings>, IOptionsSnapshot<RuntimeSettings>, IImageUrlGenerator)
Declaration
public TemporaryFileConfigurationPresentationFactory(IOptionsSnapshot<ContentSettings> contentSettings, IOptionsSnapshot<RuntimeSettings> runtimeSettings, IImageUrlGenerator imageUrlGenerator)
Parameters
| Type |
Name |
Description |
| IOptionsSnapshot<ContentSettings> |
contentSettings |
|
| IOptionsSnapshot<RuntimeSettings> |
runtimeSettings |
|
| IImageUrlGenerator |
imageUrlGenerator |
|
Methods
View Source
Create()
Declaration
public TemporaryFileConfigurationResponseModel Create()
Returns