I have class CMSModuleLoader.cs that is using GeneralizedInfo.ObjectType. The error GeneralizedInfo does not contain a definition for object type
What should I use to replace GeneralizedInfo.ObjectType?
Thanks David
Should be TypeInfo.ObjectType in v9.
TypeInfo.ObjectType
Check out the API changes tool too.
Thanks Brendan, Cool that fix that issue. Moving to the next one...
David
Please, sign in to be able to submit a new answer.