If I use this code to set my account to Read Only it doesn't set it to Read Only. What does this method do? Does anyone know the correct method? Also does anyone know why I can't get the Trustee "Everyone" by name?
ILFTrustee everyone = db.GetTrusteeByName("Chad"); everyone.ReadOnlyAccess = true;