Interface ITemporaryMediaService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface ITemporaryMediaServiceMethods
View SourceSave(String, Nullable<Guid>, String)
Declaration
IMedia Save(string temporaryLocation, Guid? startNode, string mediaTypeAlias)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | temporaryLocation | |
| System.Nullable<Guid> | startNode | |
| System.String | mediaTypeAlias | 
Returns
| Type | Description | 
|---|---|
| IMedia |