Class TemporaryFileUploadValueBase
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class TemporaryFileUploadValueBase
Properties
View SourceSrc
Gets or sets the value source image.
Declaration
public string Src { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemporaryFileId
Gets or sets the temporary file identifier that will replace an an existing Src value.
Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Guid? TemporaryFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |