Exemple #1
0
 internal void ValidateRequestProtectionStatus(RequestJobBase requestJob)
 {
     if (requestJob.Protect && RequestTaskHelper.CheckUserOrgIdIsTenant(base.ExecutingUserOrganizationId))
     {
         base.WriteError(new RequestIsProtectedPermanentException(requestJob.Name), ErrorCategory.InvalidArgument, this.Identity);
     }
 }