Class FileExtensionConfigItem
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class FileExtensionConfigItem : IFileExtensionConfigItemProperties
View SourceId
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Value
Declaration
[DataMember(Name = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |