Interface IMediaType
Defines a ContentType, which Media is based on
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IMediaType : IContentTypeComposition, IContentTypeBase, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Methods
View SourceDeepCloneWithResetIdentities(String)
Creates a deep clone of the current entity with its identity/alias and it's property identities reset
Declaration
IMediaType DeepCloneWithResetIdentities(string newAlias)
Parameters
Type | Name | Description |
---|---|---|
System.String | newAlias |
Returns
Type | Description |
---|---|
IMediaType |