We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0505ff5 commit b46f7bbCopy full SHA for b46f7bb
src/Umbraco.Core/Models/Blocks/IBlockReference.cs
@@ -18,7 +18,13 @@ public interface IBlockReference
18
/// <value>
19
/// The content UDI.
20
/// </value>
21
+ [Obsolete("Use ContentKey instead. Will be removed in V18.")]
22
Udi ContentUdi { get; }
23
+
24
+ /// <summary>
25
+ /// Gets the content key.
26
+ /// </summary>
27
+ public Guid ContentKey { get; set; }
28
}
29
30
/// <summary>
0 commit comments