public override object ConvertDataToSource(PublishedPropertyType propertyType, object data, bool preview) { return(OutboundRedirect.Deserialize(data as string)); }
public override object ConvertSourceToIntermediate(IPublishedElement owner, PublishedPropertyType propertyType, object source, bool preview) { return(OutboundRedirect.Deserialize(source as string)); }