/// <summary> /// Check if user has metadata editor role. /// this method had a (legacy?) check on role=nd.metadata before GeoID refactoring. /// </summary> /// <returns></returns> public bool IsEditor() { return(_userAuthorization.IsEditor()); }