When we met in Vegas, I told you I would ask a lot of questions with simple answers. Not overly familiar with C# and Visual studio, is there an easy way to code the below into the example in the docs?
if (CurrentDocument.Parent.Parent == "Canis"){Prefix = "Canis";}
if (CurrentDocument.Parent.Parent == "Felis"){Prefix = "Felis";}
if (CurrentDocument.Parent.Parent == "Lapis"){Prefix = "Lapis";}
if (CurrentDocument.Parent.Parent == "Equis"){Prefix = "Equis";}
if (CurrentDocument.Parent.Parent == "Exotis"){Prefix = "Exotis";}
if (CurrentDocument.Parent.Parent == "Bovis"){Prefix = "Bovis";}