Link to home
Start Free TrialLog in
Avatar of danielolorenz
danielolorenz

asked on

SharePoint List Definition is not being Recognized

My SharePoint list definition is not being recognized when I use SPQuery.

Code:
SPList list = webSite.Lists["ListDefinition1"];
                SPQuery query = new SPQuery();

My list definition is on my published SharePoint site.  Why is my list definition not recognized?

Thanks,

Dan
ASKER CERTIFIED SOLUTION
Avatar of danielolorenz
danielolorenz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of danielolorenz
danielolorenz

ASKER

Synced database fields