View Source
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class MediaTypeService : ContentTypeServiceBase<IMediaTypeRepository, IMediaType, IMediaTypeService>, IMediaTypeService, IContentTypeBaseService<IMediaType>, IContentTypeBaseService, IService
Constructors
View Source
Declaration
public MediaTypeService(IScopeProvider provider, ILogger logger, IEventMessagesFactory eventMessagesFactory, IMediaService mediaService, IMediaTypeRepository mediaTypeRepository, IAuditRepository auditRepository, IMediaTypeContainerRepository entityContainerRepository, IEntityRepository entityRepository)
Parameters
Properties
View Source
Declaration
protected override Guid ContainedObjectType { get; }
Property Value
Type |
Description |
System.Guid |
|
View Source
Declaration
protected override int[] ReadLockIds { get; }
Property Value
Type |
Description |
System.Int32[] |
|
View Source
Declaration
protected override IMediaTypeService This { get; }
Property Value
View Source
Declaration
protected override int[] WriteLockIds { get; }
Property Value
Type |
Description |
System.Int32[] |
|
Methods
View Source
Declaration
protected override void DeleteItemsOfTypes(IEnumerable<int> typeIds)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Int32> |
typeIds |
|