Fixes: U4-3696 Upload datatype only updates on first save
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
public class ContentItemFile
|
||||
{
|
||||
/// <summary>
|
||||
/// The property id associated with the file
|
||||
/// The property alias associated with the file
|
||||
/// </summary>
|
||||
public int PropertyId { get; set; }
|
||||
public string PropertyAlias { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The original file name
|
||||
|
||||
Reference in New Issue
Block a user