uComponents.DataTypes.UrlPicker.Dto.UrlPickerState picker = uComponents.DataTypes.UrlPicker.Dto.UrlPickerState.Deserialize(curr.GetProperty<string>("propAlias"));
string target = picker.NewWindow ? "_blank" : "_self";
string text = picker.Title;
string url = picker.Url;
Should be GetPropertyValue
ReplyDelete