Interface IFileTypeCollection
Namespace: Umbraco.Cms.Core.Deploy
Assembly: Umbraco.Core.dll
Syntax
public interface IFileTypeCollection
Properties
View SourceItem[String]
Declaration
IFileType this[string entityType] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | entityType |
Property Value
Type | Description |
---|---|
IFileType |
Methods
View SourceContains(String)
Declaration
bool Contains(string entityType)
Parameters
Type | Name | Description |
---|---|---|
System.String | entityType |
Returns
Type | Description |
---|---|
System.Boolean |