- Added PropertyType to The IValueConnector

This commit is contained in:
mclausen
2019-01-17 17:15:22 +01:00
parent 89a2c1b32d
commit 42f32e61e9

View File

@@ -20,9 +20,10 @@ namespace Umbraco.Core.Deploy
/// Gets the deploy property value corresponding to a content property value, and gather dependencies.
/// </summary>
/// <param name="value">The content property value.</param>
/// <param name="propertyType">The value property type</param>
/// <param name="dependencies">The content dependencies.</param>
/// <returns>The deploy property value.</returns>
string ToArtifact(object value, ICollection<ArtifactDependency> dependencies);
string ToArtifact(object value, PropertyType propertyType, ICollection<ArtifactDependency> dependencies);
/// <summary>
/// Gets the content property value corresponding to a deploy property value.