Fixes/updates more of the member repository and related items

This commit is contained in:
Shannon
2013-10-10 16:48:02 +11:00
parent 8917a5ad92
commit 8ad4ee4e58
5 changed files with 32 additions and 14 deletions

View File

@@ -438,7 +438,7 @@ namespace Umbraco.Core.Models
public override void ChangeTrashedState(bool isTrashed, int parentId = -20)
{
throw new NotImplementedException("Members can't be trashed as no Recycle Bin exists, so use of this method is invalid");
throw new NotSupportedException("Members can't be trashed as no Recycle Bin exists, so use of this method is invalid");
}
/* Internal experiment - only used for mapping queries.