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