public PictureparkContentRelationAttribute(string name, string filter) : this(name) { if (!string.IsNullOrEmpty(filter)) { Filter = FilterBase.FromJson(filter); } }