Is there a way to use Python/arcpy to access/list a feature class's alias? I'm talking about the name of the feature class, not field aliases (which I already figured out how to do).
Based on my searching of Esri's documentation, there doesn't seem to be a way to do this via Describe or ListFeatureClasses. Is there some other way?
I ask because I'm trying to create a CSV file that contains many feature classes' names, fields, and field aliases. I will use the file to review the field names and stuff and write notes about things I want to change when I migrate the data from a file geodatabase to an enterprise geodatabase. It would also be helpful to be able to see the feature class alias in this CSV file.
Thanks in advance for any help!